Angular 4 tutorials
Angular 4
What’s New
Smaller & Faster
Angular 4 make Angular applications smaller and faster.View Engine
Reduce the size of the generated code for components by around 60%.Migrating from older to 4 reduced their production bundles by hundreds of kilobytes
Animation Package
Introducing animations package @angular/core.User can find more easy documentation and to take better advantage of autocompletion.
You can add animations yourself to your main NgModule by importing BrowserAnimationsModule from @angular/platform-browser/animations.
Comments
Post a Comment