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
84
Other Decks in Programming
See All in Programming
SpringBoot3.4の構造化ログ #kanjava
irof
2
980
ISUCON14公式反省会LT: 社内ISUCONの話
astj
PRO
0
190
Grafana Loki によるサーバログのコスト削減
mot_techtalk
1
120
sappoRo.R #12 初心者セッション
kosugitti
0
240
SwiftUI Viewの責務分離
elmetal
PRO
1
220
ARA Ansible for the teams
kksat
0
150
データの整合性を保つ非同期処理アーキテクチャパターン / Async Architecture Patterns
mokuo
45
16k
Unity Android XR入門
sakutama_11
0
150
GoとPHPのインターフェイスの違い
shimabox
2
170
Writing documentation can be fun with plugin system
okuramasafumi
0
120
Djangoアプリケーション 運用のリアル 〜問題発生から可視化、最適化への道〜 #pyconshizu
kashewnuts
1
240
CloudNativePGがCNCF Sandboxプロジェクトになったぞ! 〜CloudNativePGの仕組みの紹介〜
nnaka2992
0
220
Featured
See All Featured
Rebuilding a faster, lazier Slack
samanthasiow
80
8.8k
Scaling GitHub
holman
459
140k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
29
2.2k
StorybookのUI Testing Handbookを読んだ
zakiyama
28
5.5k
[RailsConf 2023] Rails as a piece of cake
palkan
53
5.2k
"I'm Feeling Lucky" - Building Great Search Experiences for Today's Users (#IAC19)
danielanewman
226
22k
What’s in a name? Adding method to the madness
productmarketing
PRO
22
3.3k
Side Projects
sachag
452
42k
Learning to Love Humans: Emotional Interface Design
aarron
273
40k
The Art of Programming - Codeland 2020
erikaheidi
53
13k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
2.1k
Done Done
chrislema
182
16k
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