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
59
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
プログラミングどうやる? ~テスト駆動開発から学ぶ達人の型~
a_okui
0
180
Reactをクライアントで使わない
yusukebe
7
6.1k
猫と暮らすネットワークカメラ生活🐈 ~Vision frameworkでペットを愛でよう~ / iOSDC Japan 2025
yutailang0119
0
200
AIを活用したレシート読み取り機能の開発から得られた実践知 / AI Receipt Scan Practice
rockname
2
1.3k
Learn CPU architecture with Assembly
akkeylab
1
1.2k
プロダクト開発をAI 1stに変革する〜SaaS is dead時代で生き残るために〜 / AI 1st Product Development
kobakei
0
420
開発者への寄付をアプリ内課金として実装する時の気の使いどころ
ski
0
290
Introducing ReActionView: A new ActionView-Compatible ERB Engine @ Kaigi on Rails 2025, Tokyo, Japan
marcoroth
3
540
PostgreSQLで手軽にDuckDBを使う!DuckDB&pg_duckdb入門/osk2025-duckdb
takahashiikki
1
230
Current States of Java Web Frameworks at JCConf 2025
kishida
0
420
複雑化したリポジトリをなんとかした話 pipenvからuvによるモノレポ構成への移行
satoshi256kbyte
0
480
プログラマのための作曲入門
cheebow
0
480
Featured
See All Featured
Performance Is Good for Brains [We Love Speed 2024]
tammyeverts
12
1.1k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
132
19k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Side Projects
sachag
455
43k
Principles of Awesome APIs and How to Build Them.
keavy
127
17k
The Straight Up "How To Draw Better" Workshop
denniskardys
237
140k
Agile that works and the tools we love
rasmusluckow
330
21k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
234
17k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
The Art of Programming - Codeland 2020
erikaheidi
56
13k
Mobile First: as difficult as doing things right
swwweet
224
9.9k
Typedesign – Prime Four
hannesfritz
42
2.8k
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