Back to Developer Roadmap

AoT Compilation

src/data/roadmaps/angular/content/[email protected]

4.0774 B
Original Source

AoT Compilation

Angular applications require a compilation process before they can run in a browser. The Angular ahead-of-time (AOT) compiler converts your Angular HTML and TypeScript code into efficient JavaScript code during the build phase before the browser downloads and runs that code. Compiling your application during the build process provides a faster rendering in the browser.

Visit the following resources to learn to more: