Angular's ___________ feature allows lazy loading of modules to improve application performance.

  • Dependency Injection
  • Routing
  • Lazy Loading
  • Components
Lazy Loading is a technique in Angular that defers the loading of modules until they are required, which can significantly improve the initial load time and overall performance of an Angular application. While Dependency Injection, Routing, and Components are important features in Angular, Lazy Loading specifically addresses the optimization of loading modules, making it the correct option for this question.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *