Google News
logo
Angular - Interview Questions
What is AOT ?
AOT stands for Angular Ahead-Of-Time compiler. It is used for pre-compiling the application components and along with their templates during the build process. Angular applications which are compiled with AOT has a smaller launching time. Also, components of these applications can execute immediately, without needing any client-side compilation.
Advertisement