Angular 5 was
released in November 2017. The focus of Angular 5 was to make Angular faster
again. The loading time has been improved by smaller bundles. The execution has been improved as well by optimizations at the compiler. Build optimizer was a major feature
introduces in Angular 5, the build optimizer helps clean up unwanted code and
reduce the size of the compiled bundle. Angular 5 supports TypeScript 2.4.
Added new lifecycle events to the router to track the cycle of the router from the start of running guards through to completion of activation. The new events are GuardsCheckStart, ChildActivationStart, ActivationStart, GuardsCheckEnd, ResolveStart, ResolveEnd, ActivationEnd, ChildActivationEnd.
No comments:
Post a Comment