What is compilation in angular? What types of compilations are used in angular?
Answer / Avinash Kumar Patel
Compilation in Angular refers to the process that converts Angular templates (HTML with Angular-specific syntax) into readable JavaScript. There are two types of compilation in Angular: AOT (Ahead-of-Time) and JIT (Just-in-Time).
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a template variable. How would you use it?
How http client is interact with angular 2 servers?
What is the size of angular.js file?
How to use {}, [], [] and [()] in angular2 template?
What is the difference between angularjs and angular?
What is json web token in angularjs?
What is event loop in javascript?
Explain spa architecture in angularjs?
How would you specify that a scope variable should have one-time binding only?
Is angular harder than react?
What is angularjs architecture?
What is the use of codelyzer in angular 2 application.?