| 1. |
What Is Aot Compilation? |
|
Answer» AOT compilation stands for Ahead Of TIME compilation, in which the angular compiler compiles the angular COMPONENTS and templates to native JavaScript and HTML during the BUILD time. The compiled Html and JavaScript is deployed to the WEB server so that the compilation and render time can be saved by the browser. AOT compilation stands for Ahead Of Time compilation, in which the angular compiler compiles the angular components and templates to native JavaScript and HTML during the build time. The compiled Html and JavaScript is deployed to the web server so that the compilation and render time can be saved by the browser. |
|