What is AOT Compilation?
Answer / Chandra Prakash Rawat
Ahead of Time (AOT) compilation in Angular is a process that compiles the application before it is run, instead of at runtime. This provides faster load times and improved performance, as well as enabling Tree Shaking, which removes unused code.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of factory method in angularjs?
What is the difference between angular and angular material?
What is the difference between routermodule.forroot() vs routermodule.forchild()?
Mention what are the styling form that ngmodel adds to css classes?
Why to use “$http” in AngularJS?
What do u mean by router?
What is injector in angular?
Explain the difference between a factory and a service in angularjs?
Explain how we can create module and using it in AngularJS?
What is use of $routeprovider in angular js?
What is arrow function , write its syntax?
How can you increase the performance of your angular application or decrease digest cycle time?