What is AOT Compilation?



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

Post New Answer

More AngularJS Interview Questions

What is the use of factory method in angularjs?

1 Answers  


What is the difference between angular and angular material?

1 Answers  


What is the difference between routermodule.forroot() vs routermodule.forchild()?

1 Answers  


Mention what are the styling form that ngmodel adds to css classes?

1 Answers  


Why to use “$http” in AngularJS?

1 Answers  


What do u mean by router?

1 Answers  


What is injector in angular?

1 Answers  


Explain the difference between a factory and a service in angularjs?

1 Answers  


Explain how we can create module and using it in AngularJS?

1 Answers  


What is use of $routeprovider in angular js?

1 Answers  


What is arrow function , write its syntax?

1 Answers  


How can you increase the performance of your angular application or decrease digest cycle time?

1 Answers  


Categories