Find out more

Angular

What is AOT compilation?

AOT (Ahead-of-Time) compilation is a process of compiling Angular code into JavaScript during the build process, rather than at runtime. This can improve the performance of an Angular application.

Upload file