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.
Loading...
Related Quiz
- Angular's ___________ feature helps maintain consistent state across components.
- In Angular, what is the purpose of NgModule?
- Explain the purpose of the ARP protocol in the TCP/IP protocol suite.
- Which web framework uses virtual DOM for efficient rendering?
- Explain the concept of a double-ended queue (deque).