Ahead-of-Time Compilation in Angular · Minko Gechev’s blog
In other words, by having a different implementation of the renderer we can use the same AoT compiled component and render it without any changes in the code.The Angular template compiler receives as an input a component and a context (we can think of the context as a position in the component…
Read More...