InterviewSolution
Saved Bookmarks
| 1. |
What is AOT in Angular 6? |
|
Answer» The AOT compiler converts HTML and TypeScript code into an environment-friendly JAVASCRIPT code during the BUILD section earlier than the BROWSER downloads and runs that code. Compiling your application in the course of the construct procedure gives a FASTER rendering in the browser. |
|