InterviewSolution
Saved Bookmarks
| 1. |
What is AOT compilation? |
|
Answer» The AOT COMPILATION converts Angular HTML and TypeScript codes into JavaScript code at some stage in the construct section earlier than the browser can down load and RUN the code. Here are benefits of compiling with AOT:
|
|