What are the advantages and disadvantages of art compilation?
Answer / Tarun Kumar Jaswani
Advantages:n- Improved performance as AOT compiles ahead of time.n- Code minification reduces the size of your application.n- Better type checking and error handling.nDisadvantages:n- Increased build time due to the extra compilation step.n- Potential issues with third-party libraries that have not been compiled.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between a service() and a factory()?
What is ngrx?
What is mvc in coding?
What is a function decorator?
Tell me angular js date calendar with example?
How http client is interact with angular 2 servers?
What is template reference variable in angular?
What is ngmodule decorator?
Explain One-way binding in AngularJS?
Can you differentiate javascript and angularjs?
What is httpclient in angular?
Can you explain angular js boot process?