What is the aot?



What is the aot?..

Answer / Sharad Gautam

The Angular Compilation Mode, AOT (Angular Ahead-of-Time) is a process that happens during build time instead of runtime. It allows the Angular compiler to analyze and preprocess your application, generating a bundle of optimized JavaScript files.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More AngularJS Interview Questions

What are the possible ways to bind component properties to an associated template?

1 Answers  


What is ivy in angular?

1 Answers  


Why we need ngmodel in angular 4?

1 Answers  


What is difference between constructor and ngoninit?

1 Answers  


How angular modules load the dependencies?

1 Answers  


Explain why there are two “destroy” events associated with the termination of scope in angularjs?

1 Answers  


Can we have implement nested controllers in angularjs?

1 Answers  


Explain deep linking in angularjs?

1 Answers  


What is dependency injection (di)?

1 Answers  


Explain ng-disabled directive?

1 Answers  


What is a decorator in programming?

1 Answers  


Mention what are the advantages of using angular.js framework?

1 Answers  


Categories