What are the advantages and disadvantages of art compilation?



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

Post New Answer

More AngularJS Interview Questions

What is the difference between a service() and a factory()?

1 Answers  


What is ngrx?

1 Answers  


What is mvc in coding?

1 Answers  


What is a function decorator?

1 Answers  


Tell me angular js date calendar with example?

1 Answers  


How http client is interact with angular 2 servers?

1 Answers  


What is template reference variable in angular?

1 Answers  


What is ngmodule decorator?

1 Answers  


Explain One-way binding in AngularJS?

1 Answers  


Can you differentiate javascript and angularjs?

1 Answers  


What is httpclient in angular?

1 Answers  


Can you explain angular js boot process?

1 Answers  


Categories