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
Introduction to Angular 2
Search
Frontend NE
February 04, 2016
Technology
1
520
Introduction to Angular 2
Frontend NE
February 04, 2016
Tweet
Share
More Decks by Frontend NE
See All by Frontend NE
Standardizing 'select': What the future holds for HTML - Stephanie Stimac @ FrontendNE
frontendne
4
390
CSS Regression testing - James A Lambert @ FrontendNE
frontendne
1
320
Building a design system for Lloyds Banking - Lilly Dart @ FrontendNE
frontendne
0
1.4k
What I learnt about hiring diverse teams from conducting a fully-anonymous recruitment process - Bethan Vicent
frontendne
0
270
Web Design that Doesn't Make Trans People Uncomfortable - Jessica Kelsall
frontendne
0
730
Contain yourself - Docker for developers
frontendne
2
250
Design process of a website
frontendne
0
290
What the JAMstack?
frontendne
1
900
Talking the talk
frontendne
0
480
Other Decks in Technology
See All in Technology
バクラクの AI-BPO を支える AI エージェント 〜とそれを支える Bet AI Guild〜
tomoaki25
1
280
ソフトウェア品質を支える テストとレビュー再考 / 吉澤 智美さん
findy_eventslides
1
940
ユーザーストーリー x AI / User Stories x AI
oomatomo
0
150
QAセントラル組織が運営する自動テストプラットフォームの課題と現状
lycorptech_jp
PRO
0
330
us-east-1 の障害が 起きると なぜ ソワソワするのか
miu_crescent
PRO
1
660
AIエージェントは「使う」だけじゃなくて「作る」時代! 〜最新フレームワークで楽しく開発入門しよう〜
minorun365
10
1.6k
Claude Code 10連ガチャ
uhyo
2
600
ソフトウェアエンジニアとデータエンジニアの違い・キャリアチェンジ
mtpooh
1
730
Digitization部 紹介資料
sansan33
PRO
1
5.9k
ubuntu-latest から ubuntu-slim へ移行しよう!コスト削減うれしい~!
asumikam
0
450
AI時代に必要なデータプラットフォームの要件とは by @Kazaneya_PR / 20251107
kazaneya
PRO
4
950
Data Engineering Guide 2025 #data_summit_findy by @Kazaneya_PR / 20251106
kazaneya
PRO
11
2.1k
Featured
See All Featured
Balancing Empowerment & Direction
lara
5
730
Building an army of robots
kneath
306
46k
Sharpening the Axe: The Primacy of Toolmaking
bcantrill
46
2.6k
Statistics for Hackers
jakevdp
799
220k
Optimising Largest Contentful Paint
csswizardry
37
3.5k
Site-Speed That Sticks
csswizardry
13
960
Build The Right Thing And Hit Your Dates
maggiecrowley
38
2.9k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
54k
No one is an island. Learnings from fostering a developers community.
thoeni
21
3.5k
Scaling GitHub
holman
463
140k
How to Think Like a Performance Engineer
csswizardry
28
2.3k
Transcript
Introduction to Angular 2 By Jonathan Hamilton
Why I decided to learn
What’s new? • Completely different • Faster • Written in
Typescript • Heavy use of Classical Inheritance • Component-based • $scope & ng (mostly) are dead • Designed with ‘mobile’ in mind • Server side rendering • Native support (sort of)
I’m not going to cover tooling/setup
So you say it looks totally different?
I know right?
Another component
Let’s embed that component
Binding/Events
So how do I migrate? • Using ES2015 already? (Specifically,
classes) it should be easy. • ngUpgrade
ngUpgrade Adapting 1.x with 2.0 Adapting 2.0 with 1.x
Native Script
Thank you