Ahead-of-Time compilation

Angular introduces a major change that generates JavaScript code when building your application. This enables you to know whether there are any errors in templates when building rather than being notified at runtime. Also, it enables the application to run faster as the code generation has already been completed during the build phase. The new Angular view engine generates less code when using Ahead-of-Time (AoT).

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset