SlideShare a Scribd company logo
ANGULARJS 2.0 JUMPSTART
About me
Filipe Falcão
Computer Science, JavaScript, Python
+FilipeFalcaoBatista
@FilipeFalcaoS
Topics
1. Motivation
2. Old vs new concepts
Motivation
1. Performance
“Today,Angular 2 is 5 times faster than Angular 1”
–Misko Hevery
Motivation
2.Web standards
Shadow DOM replaces transclusion
ES6 Modules replaces Angular ones
Old vs new concepts
1. Components
2.AtScript and ES6
3. Bootstraping
4. Syntax changes and uniformity
5. Change detection
Before we get started…
AngularJS 2.0 is currently in Alpha
Preview, so things might/can/
definitely will change
Components
@Component ({
selector: 'my-component'
})
@View ({
inline: '<div>Hi from Angular 2</div>'
})
export class MyComponent {
constructor () {
this.name = 'Filipe'
}
sayMyName () {
console.log(‘'My name is ‘ + this.name)
}
}
AtScript
Syntax sugar on top of ES6 for meta-data annotations
@Component ({
selector: 'my-component'
})
@View ({
inline: '<div>Hi from Angular 2</div>'
})
ES6
Represents the “controller"
export class MyComponent {
constructor () {
this.name = 'Filipe'
}
sayMyName () {
console.log(‘'My name is ‘ + this.name)
}
}
Bootstraping in 1.x
1. Create module
2. Declare ng-app
3. Create controller
4. Manage $scope
5. Declare ng-controller
6. Create template
Bootstraping in 2.0
1. Create component
2. Create template
3. Bootstrap
4.Transpilation
import bootstrap from 'angular2'
bootstrap(MyComponent)
Syntax changes
1. Local variables
<input #name type=“text”>
{{ name.value }}
Syntax changes
2. Event handlers
<input #name type=“text”>
<button (click)=“addName($event, name.value)”>Add</button>
<button (dbclick)=“editName($event, name.value)”>Edit</button>
Syntax changes
3. Property bindings
<input #name type=“text”>
<span [textContent]=“name.value”></span>
Syntax uniformity
1. (event) - for HTML DOM events
2. [property] - for HTML properties
Change detection
1.Tree of components
2. Reactive system
3. Directed tree
4. Detection system walks the whole tree
5. Immutable/Observable objects - O(n) to
O(log n)
6. Zone.js
More resources
2. ng-conf and ng-vegas
1. angular.io
3. learnangular2.com
4. 2do app by David East
THANKS!
Any questions?
You can find me at:
+FilipeFalcaoBatista
@FilipeFalcaoS

More Related Content

What's hot (20)

PDF
Angular2 with type script
Ravi Mone
 
PPTX
Angular 2
alinabiliashevych
 
PPTX
Angular 2 + TypeScript = true. Let's Play!
Sirar Salih
 
PDF
Tech Webinar: Angular 2, Introduction to a new framework
Codemotion
 
PDF
Introduction to Angular 2
Dawid Myslak
 
PPTX
AngularJS2 / TypeScript / CLI
Domenico Rutigliano
 
PPTX
AngularJS 2.0
Boyan Mihaylov
 
PDF
An Intro to Angular 2
Ron Heft
 
ODP
Introduction to Angular 2
Knoldus Inc.
 
PPTX
Introduction to Angular 2
Tuan Trung Vo
 
PDF
Angular 2 interview questions and answers
Anil Singh
 
PPTX
Angular 5
Bartłomiej Narożnik
 
PPTX
Angular 2
Travis van der Font
 
PDF
Developing a Demo Application with Angular 4 - J2I
Nader Debbabi
 
PPTX
Introduction to angular 2
Dor Moshe
 
PDF
Adventures with Angular 2
Dragos Ionita
 
PPTX
Angular 2 - Better or worse
Vladimir Georgiev
 
PPTX
Angular 4 Introduction Tutorial
Scott Lee
 
PPTX
Single Page Applications with AngularJS 2.0
Sumanth Chinthagunta
 
Angular2 with type script
Ravi Mone
 
Angular 2 + TypeScript = true. Let's Play!
Sirar Salih
 
Tech Webinar: Angular 2, Introduction to a new framework
Codemotion
 
Introduction to Angular 2
Dawid Myslak
 
AngularJS2 / TypeScript / CLI
Domenico Rutigliano
 
AngularJS 2.0
Boyan Mihaylov
 
An Intro to Angular 2
Ron Heft
 
Introduction to Angular 2
Knoldus Inc.
 
Introduction to Angular 2
Tuan Trung Vo
 
Angular 2 interview questions and answers
Anil Singh
 
Developing a Demo Application with Angular 4 - J2I
Nader Debbabi
 
Introduction to angular 2
Dor Moshe
 
Adventures with Angular 2
Dragos Ionita
 
Angular 2 - Better or worse
Vladimir Georgiev
 
Angular 4 Introduction Tutorial
Scott Lee
 
Single Page Applications with AngularJS 2.0
Sumanth Chinthagunta
 

Viewers also liked (20)

PDF
CLR/H#74 LT IT勉強会発表用イチオシツール
Jun-ichi Sakamoto
 
PPTX
Reactive Programming
maruyama097
 
PDF
20140823 LL diver Angular.js で構築した note に関して
Shoei Takamaru
 
PDF
[予告篇] みんなで同時プレイするクイズWebアプリでCodeQuizに挑戦!
Jun-ichi Sakamoto
 
PDF
TypeScript ファースト ステップ (v.0.9 対応版) ~ Any browser. Any host. Any OS. Open Sourc...
Akira Inoue
 
PDF
Gulp ことはじめ
Kyohei Morimoto
 
PDF
More Azure Websites! - JAZUGさっぽろ "きたあず" 第5回勉強会ライトニングトーク
Jun-ichi Sakamoto
 
PPTX
「それでも人生にイエスと言う」を読んで
Shumpei Shiraishi
 
PPTX
はじめにことばありき
Shumpei Shiraishi
 
PPTX
イラスト日用服飾辞典/三面記事の歴史/健康男 を読んで
Shumpei Shiraishi
 
PPT
20130921レジュメ2
Shumpei Shiraishi
 
PPTX
「それでも人生にイエスと言う」を読んで
Shumpei Shiraishi
 
PDF
Introduction of "MarkdownPresenter"
Jun-ichi Sakamoto
 
PPTX
HTML5がもたらすアプリ開発へのインパクト
Shumpei Shiraishi
 
PPTX
秒速一億円
Shumpei Shiraishi
 
PDF
最近、リアルタイムWebが面白い
Narami Kiyokura
 
PPTX
HTML5時代のフロントエンド開発入門
Shumpei Shiraishi
 
PDF
Linux & Mac OS でも動く! ~ オープンソース & クロスプラットフォーム .NET の歩き方 ~
Akira Inoue
 
PDF
TypeScript And ALM
Kazushi Kamegawa
 
PPTX
Typescriptの中のこと(浅め)
Kazuhide Maruyama
 
CLR/H#74 LT IT勉強会発表用イチオシツール
Jun-ichi Sakamoto
 
Reactive Programming
maruyama097
 
20140823 LL diver Angular.js で構築した note に関して
Shoei Takamaru
 
[予告篇] みんなで同時プレイするクイズWebアプリでCodeQuizに挑戦!
Jun-ichi Sakamoto
 
TypeScript ファースト ステップ (v.0.9 対応版) ~ Any browser. Any host. Any OS. Open Sourc...
Akira Inoue
 
Gulp ことはじめ
Kyohei Morimoto
 
More Azure Websites! - JAZUGさっぽろ "きたあず" 第5回勉強会ライトニングトーク
Jun-ichi Sakamoto
 
「それでも人生にイエスと言う」を読んで
Shumpei Shiraishi
 
はじめにことばありき
Shumpei Shiraishi
 
イラスト日用服飾辞典/三面記事の歴史/健康男 を読んで
Shumpei Shiraishi
 
20130921レジュメ2
Shumpei Shiraishi
 
「それでも人生にイエスと言う」を読んで
Shumpei Shiraishi
 
Introduction of "MarkdownPresenter"
Jun-ichi Sakamoto
 
HTML5がもたらすアプリ開発へのインパクト
Shumpei Shiraishi
 
秒速一億円
Shumpei Shiraishi
 
最近、リアルタイムWebが面白い
Narami Kiyokura
 
HTML5時代のフロントエンド開発入門
Shumpei Shiraishi
 
Linux & Mac OS でも動く! ~ オープンソース & クロスプラットフォーム .NET の歩き方 ~
Akira Inoue
 
TypeScript And ALM
Kazushi Kamegawa
 
Typescriptの中のこと(浅め)
Kazuhide Maruyama
 
Ad

Similar to AngularJS 2.0 Jumpstart (20)

PPTX
Angular%201%20to%20angular%202
Ran Wahle
 
PPTX
Angular2v2
Yoeri Van Damme
 
PPTX
What’s new in angular 2 - From FrontEnd IL Meetup
Ran Wahle
 
PDF
Beginner's Guide to Angular 2.0
All Things Open
 
PDF
Angular 2 - How we got here?
Marios Fakiolas
 
PDF
Angular2 tutorial
HarikaReddy115
 
PDF
5 Key Benefits of Migration
Happiest Minds Technologies
 
PDF
Angular 2... so can I use it now??
Laurent Duveau
 
PPTX
What's new in Angular 2?
Alfred Jett Grandeza
 
PDF
Angular js 2.0, ng poznań 20.11
Kamil Augustynowicz
 
PPT
Angular.ppt
Mytrux1
 
DOCX
Understand components in Angular 2
codeandyou forums
 
PDF
Ng-Conf 2015 Report : AngularJS 1 & 2
Nicolas PENNEC
 
PPTX
Dive into Angular, part 4: Angular 2.0
Oleksii Prohonnyi
 
PDF
An introduction to Angular2
Apptension
 
PPTX
Angular TS(typescript)
Ivan Stepić
 
PPTX
PPT on Angular 2 Development Tutorial
Paddy Lock
 
PPTX
Angular 2.0
Nitin Giri
 
PPTX
Angularjs 2
Cubet Techno Labs
 
PDF
Angular2 - getting-ready
Nir Kaufman
 
Angular%201%20to%20angular%202
Ran Wahle
 
Angular2v2
Yoeri Van Damme
 
What’s new in angular 2 - From FrontEnd IL Meetup
Ran Wahle
 
Beginner's Guide to Angular 2.0
All Things Open
 
Angular 2 - How we got here?
Marios Fakiolas
 
Angular2 tutorial
HarikaReddy115
 
5 Key Benefits of Migration
Happiest Minds Technologies
 
Angular 2... so can I use it now??
Laurent Duveau
 
What's new in Angular 2?
Alfred Jett Grandeza
 
Angular js 2.0, ng poznań 20.11
Kamil Augustynowicz
 
Angular.ppt
Mytrux1
 
Understand components in Angular 2
codeandyou forums
 
Ng-Conf 2015 Report : AngularJS 1 & 2
Nicolas PENNEC
 
Dive into Angular, part 4: Angular 2.0
Oleksii Prohonnyi
 
An introduction to Angular2
Apptension
 
Angular TS(typescript)
Ivan Stepić
 
PPT on Angular 2 Development Tutorial
Paddy Lock
 
Angular 2.0
Nitin Giri
 
Angularjs 2
Cubet Techno Labs
 
Angular2 - getting-ready
Nir Kaufman
 
Ad

Recently uploaded (20)

PDF
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
PDF
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
PDF
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
PDF
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
PPTX
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
PPTX
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
PDF
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
PDF
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
PPTX
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
PDF
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
PPTX
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
PDF
Technical-Careers-Roadmap-in-Software-Market.pdf
Hussein Ali
 
PDF
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
PDF
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PDF
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
PPTX
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
PDF
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PPTX
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 
Download Canva Pro 2025 PC Crack Full Latest Version
bashirkhan333g
 
Driver Easy Pro 6.1.1 Crack Licensce key 2025 FREE
utfefguu
 
Automate Cybersecurity Tasks with Python
VICTOR MAESTRE RAMIREZ
 
IDM Crack with Internet Download Manager 6.42 Build 43 with Patch Latest 2025
bashirkhan333g
 
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
Comprehensive Risk Assessment Module for Smarter Risk Management
EHA Soft Solutions
 
AOMEI Partition Assistant Crack 10.8.2 + WinPE Free Downlaod New Version 2025
bashirkhan333g
 
Digger Solo: Semantic search and maps for your local files
seanpedersen96
 
OpenChain @ OSS NA - In From the Cold: Open Source as Part of Mainstream Soft...
Shane Coughlan
 
SAP Firmaya İade ABAB Kodları - ABAB ile yazılmıl hazır kod örneği
Salih Küçük
 
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
Technical-Careers-Roadmap-in-Software-Market.pdf
Hussein Ali
 
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
SciPy 2025 - Packaging a Scientific Python Project
Henry Schreiner
 
Tally software_Introduction_Presentation
AditiBansal54083
 
Build It, Buy It, or Already Got It? Make Smarter Martech Decisions
bbedford2
 
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
MiniTool Partition Wizard Free Crack + Full Free Download 2025
bashirkhan333g
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
Finding Your License Details in IBM SPSS Statistics Version 31.pptx
Version 1 Analytics
 

AngularJS 2.0 Jumpstart