Please enable JavaScript.
Coggle requires JavaScript to display documents.
Angular 5 What's New (TypeScript 2.4 (String based enums, Type…
Angular 5 What's New
Make faster
Smaller bundles
Compiler optimizations
TypeScript 2.4
String based enums
Type checking in generics
Weak type detection
Progressive Web Applications
Angular CLI creates conf and code
Provides service worker
Apps cached by browser
Build
Ahead of time comilation
done partly in normal build
Errors detected earlier
AOT mode accelereated
to support incremental builds
reduce build time
Tree shaking
build reduced
Google tool Bazel
Forms updateOn
Specify when validators
should be run
Change,submit,blur
Http client
parmater object supports headers
and parameters
Router new events