Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Angular JS Crash Course
Search
Renemari Padillo
March 25, 2017
Programming
0
59
Angular JS Crash Course
Presentation for Angular JS held @ Ingenuity HQ
Renemari Padillo
March 25, 2017
Tweet
Share
More Decks by Renemari Padillo
See All by Renemari Padillo
Let's git started
renesansz
0
58
React JS Crash Course
renesansz
0
250
Python Crash Course
renesansz
0
160
Hybrid Mobile Apps
renesansz
1
85
Other Decks in Programming
See All in Programming
WebAssemblyインタプリタを書く ~Component Modelを添えて~
ruccho
1
810
Claude Code と OpenAI o3 で メタデータ情報を作る
laket
0
130
Flutterと Vibe Coding で個人開発!
hyshu
1
250
一人でAIプロダクトを作るための工夫 〜技術選定・開発プロセス編〜 / I want AI to work harder
rkaga
12
2.6k
Gemini CLIの"強み"を知る! Gemini CLIとClaude Codeを比較してみた!
kotahisafuru
3
1.1k
LLMは麻雀を知らなすぎるから俺が教育してやる
po3rin
3
2.1k
ライブ配信サービスの インフラのジレンマ -マルチクラウドに至ったワケ-
mirrativ
1
200
Terraform やるなら公式スタイルガイドを読もう 〜重要項目 10選〜
hiyanger
13
3.1k
GitHub Copilotの全体像と活用のヒント AI駆動開発の最初の一歩
74th
7
2.8k
CEDEC 2025 『ゲームにおけるリアルタイム通信への QUIC導入事例の紹介』
segadevtech
3
870
AIのメモリー
watany
13
1.4k
リッチエディターを安全に開発・運用するために
unachang113
1
380
Featured
See All Featured
Art, The Web, and Tiny UX
lynnandtonic
301
21k
What's in a price? How to price your products and services
michaelherold
246
12k
[RailsConf 2023 Opening Keynote] The Magic of Rails
eileencodes
30
9.6k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
Optimising Largest Contentful Paint
csswizardry
37
3.4k
CoffeeScript is Beautiful & I Never Want to Write Plain JavaScript Again
sstephenson
161
15k
A Modern Web Designer's Workflow
chriscoyier
695
190k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
The Language of Interfaces
destraynor
158
25k
How to Think Like a Performance Engineer
csswizardry
25
1.8k
Speed Design
sergeychernyshev
32
1.1k
Improving Core Web Vitals using Speculation Rules API
sergeychernyshev
18
1.1k
Transcript
AngularJS Crash Course
Overview • We will not talk about the history of
Angular JS • We’ll discuss some quick facts about Angular JS • We’ll discuss the AngularJS architecture • We’ll discuss about two-way data-bind • We’ll try to create a simple realtime chat app …. w/ HAX!
Quick AngularJS Facts
Fact #1
Fact #2 55,000+ stars and counting in our database. EHMEGHERD!
Fact #3 bai, unsa nang AngularJS? G.M.G Google Mo Gago
lelz... GMG?
Fact #4
Let’s talk technical
Module Config Routes Controllers Views $scope Directives Factories/Services Core Architecture
Two-way data binding View $scope Controller
None
Repo https://github.com/renesansz/Angular-Workshop.git
Advance topic/reading Advance reading (from AngularJS.org). link Style Guide by
John Papa. link Websites made with Angular. link
THANK YOU