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
効率的な開発手段として VRTを活用する
ishkawa
0
160
AIエージェントはこう育てる - GitHub Copilot Agentとチームの共進化サイクル
koboriakira
0
750
ISUCON研修おかわり会 講義スライド
arfes0e2b3c
1
470
はじめてのWeb API体験 ー 飲食店検索アプリを作ろうー
akinko_0915
0
140
PipeCDのプラグイン化で目指すところ
warashi
1
300
テスターからテストエンジニアへ ~新米テストエンジニアが歩んだ9ヶ月振り返り~
non0113
2
220
Startups on Rails in Past, Present and Future–Irina Nazarova, RailsConf 2025
irinanazarova
0
240
20250704_教育事業におけるアジャイルなデータ基盤構築
hanon52_
5
1.1k
生成AI時代のコンポーネントライブラリの作り方
touyou
1
290
GPUを計算資源として使おう!
primenumber
1
240
Azure AI Foundryではじめてのマルチエージェントワークフロー
seosoft
0
200
Claude Code + Container Use と Cursor で作る ローカル並列開発環境のススメ / ccc local dev
kaelaela
12
7k
Featured
See All Featured
Site-Speed That Sticks
csswizardry
10
700
Testing 201, or: Great Expectations
jmmastey
43
7.6k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
The Art of Delivering Value - GDevCon NA Keynote
reverentgeek
15
1.6k
Understanding Cognitive Biases in Performance Measurement
bluesmoon
29
1.8k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
35
2.4k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.5k
ReactJS: Keep Simple. Everything can be a component!
pedronauck
667
120k
Being A Developer After 40
akosma
90
590k
How to Ace a Technical Interview
jacobian
278
23k
Gamification - CAS2011
davidbonilla
81
5.4k
We Have a Design System, Now What?
morganepeng
53
7.7k
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