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
57
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
Go1.25からのGOMAXPROCS
kuro_kurorrr
1
740
統一感のある Go コードを生成 AI の力で手にいれる
otakakot
0
3k
Kotlin エンジニアへ送る:Swift 案件に参加させられる日に備えて~似てるけど色々違う Swift の仕様 / from Kotlin to Swift
lovee
1
210
技術懸念に立ち向かい 法改正を穏便に乗り切った話
pop_cashew
0
1.5k
KotlinConf 2025 現地参加の土産話
n_takehata
0
100
Go Modules: From Basics to Beyond / Go Modulesの基本とその先へ
kuro_kurorrr
0
120
コードの90%をAIが書く世界で何が待っているのか / What awaits us in a world where 90% of the code is written by AI
rkaga
37
25k
F#で自在につくる静的ブログサイト - 関数型まつり2025
pizzacat83
0
300
The Evolution of Enterprise Java with Jakarta EE 11 and Beyond
ivargrimstad
1
770
型付きアクターモデルがもたらす分散シミュレーションの未来
piyo7
0
790
KotlinConf 2025 現地で感じたServer-Side Kotlin
n_takehata
1
220
GoのWebAssembly活用パターン紹介
syumai
3
10k
Featured
See All Featured
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.5k
It's Worth the Effort
3n
184
28k
Facilitating Awesome Meetings
lara
54
6.4k
Fantastic passwords and where to find them - at NoRuKo
philnash
51
3.3k
Building an army of robots
kneath
306
45k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
43
2.4k
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
8
790
Bash Introduction
62gerente
614
210k
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
26k
個人開発の失敗を避けるイケてる考え方 / tips for indie hackers
panda_program
107
19k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
8
660
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