Quantcast
Channel: angular.org.il
Viewing all articles
Browse latest Browse all 175

Ahead of Time Compilation in Angular 2.0

$
0
0

In this article I will show how to use the ahead of time compiler (AOT) in Angular 2 to improve performance.

Before our application can be rendered, the browsers has to do a fair amount of processing to convert all the Angular specific syntax to regular JavaScript. This process of evaluating binding expressions and parsing templates is called compilation.

As part of compilation, html templates are converted to executable JavaScript that the browser will execute to render the application.

Source: Ahead of Time Compilation in Angular 2.0

The post Ahead of Time Compilation in Angular 2.0 appeared first on angular.org.il.


Viewing all articles
Browse latest Browse all 175

Trending Articles