Jeff Whelpley
CTO at GetHuman | Host of AngularAir | GDE | @jeffwhelpley
Angular Universal Tooling
@gdi2290
@_jwerner_
2012
Angular 1
2016
Angular 2
Power vs Simplicity
2
1
2
Dependency Injection
Change Detection
DSL in HTML
All-in-one framework
1
2
Dependency Injection
Change Detection
DSL in HTML
All-in-one framework
DOM Abstraction
Components
Data flow
1
2
DOM Abstraction
Components
Data flow
AoT Compilation
Router Lazy Loading
Built-in Workers
Zone.js
Universal
Preboot
Dependency Injection
Change Detection
DSL in HTML
All-in-one framework
1
2
DOM Abstraction
Components
Data flow
Conventions
Dependency Injection
Change Detection
DSL in HTML
All-in-one framework
AOT Compilation
Router Lazy Loading
Built-in Workers
Zone.js
Universal
Preboot
Your application is not a snowflake.
-DHH
Conventions free us from deliberation…
-DHH
…and provide a lush field to grow deeper abstractions
-DHH
CLI
Wave Time
CLI
Scaffold
Analyze
Build
Test
Docs
Deploy
Migrate
CLI
Scaffold
Analyze
Build
Test
Docs
Deploy
Migrate
CLI
WARNING!
Scaffold
Analyze
Build
Test
Docs
Deploy
Migrate
> npm install -g angular-cli
> ng new MyApp
> cd MyApp
> ng serve
> ng new MyApp --universal
> cd MyApp
> ng serve
PR #2318
TODAY
Scaffold
Analyze
Build
Test
Docs
Deploy
Migrate
> ng lint
COMING SOON
TODAY
> ng new MyApp --universal
> cd MyApp
> ng lint
Scaffold
Analyze
Build
Test
Docs
Deploy
Migrate
> ng build
TODAY
> ng new MyApp --universal-prerender
> cd MyApp
> ng build
COMING SOON
Scaffold
Analyze
Build
Test
Docs
Deploy
Migrate
> ng test
> ng e2e
COMING SOON
TODAY
> ng new MyApp --universal
> cd MyApp
> ng test
Scaffold
Analyze
Build
Test
Docs
Deploy
Migrate
> ng doc component
TODAY
> ng docs
COMING SOON
Scaffold
Analyze
Build
Test
Docs
Deploy
Migrate
> ng github-pages:deploy
TODAY
FUTURE?
> ng deploy
Scaffold
Analyze
Build
Test
Docs
Deploy
Migrate
>
TODAY
> ng migrate 3.0
COMING SOON
What comes next?
What comes next?
AngularNation.org
Thank you!
@jeffwhelpley