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
420
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
270
CSS Regression testing - James A Lambert @ FrontendNE
frontendne
1
240
Building a design system for Lloyds Banking - Lilly Dart @ FrontendNE
frontendne
0
1.2k
What I learnt about hiring diverse teams from conducting a fully-anonymous recruitment process - Bethan Vicent
frontendne
0
190
Web Design that Doesn't Make Trans People Uncomfortable - Jessica Kelsall
frontendne
0
620
Contain yourself - Docker for developers
frontendne
2
190
Design process of a website
frontendne
0
200
What the JAMstack?
frontendne
1
790
Talking the talk
frontendne
0
380
Other Decks in Technology
See All in Technology
困難を「一般解」で解く
fujiwara3
8
2.3k
【5分でわかる】セーフィー エンジニア向け会社紹介
safie_recruit
0
19k
Apache Iceberg Case Study in LY Corporation
lycorptech_jp
PRO
0
380
Exadata Database Service on Cloud@Customer セキュリティ、ネットワーク、および管理について
oracle4engineer
PRO
2
1.6k
クラウド関連のインシデントケースを収集して見えてきたもの
lhazy
9
2k
Log Analytics を使った実際の運用 - Sansan Data Hub での取り組み
sansantech
PRO
0
120
【内製開発Summit 2025】イオンスマートテクノロジーの内製化組織の作り方/In-house-development-summit-AST
aeonpeople
2
1.1k
Aurora PostgreSQLがCloudWatch Logsに 出力するログの課金を削減してみる #jawsdays2025
non97
1
250
プルリクエストレビューを終わらせるためのチーム体制 / The Team for Completing Pull Request Reviews
nekonenene
3
1.5k
アジリティを高めるテストマネジメント #QiitaQualityForward
makky_tyuyan
1
390
Cracking the Coding Interview 6th Edition
gdplabs
14
28k
QAエンジニアが スクラムマスターをすると いいなぁと思った話
____rina____
0
150
Featured
See All Featured
Fashionably flexible responsive web design (full day workshop)
malarkey
406
66k
Music & Morning Musume
bryan
46
6.4k
GitHub's CSS Performance
jonrohan
1030
460k
How STYLIGHT went responsive
nonsquared
99
5.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
30
4.6k
A Modern Web Designer's Workflow
chriscoyier
693
190k
YesSQL, Process and Tooling at Scale
rocio
172
14k
A better future with KSS
kneath
238
17k
Thoughts on Productivity
jonyablonski
69
4.5k
Large-scale JavaScript Application Architecture
addyosmani
511
110k
Building a Modern Day E-commerce SEO Strategy
aleyda
38
7.1k
Into the Great Unknown - MozCon
thekraken
35
1.6k
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