Which Angular feature allows you to load certain modules only when they are needed?

  • Dependency Injection
  • Lazy Loading
  • Observables
  • Routing
The Angular feature that allows you to load certain modules only when they are needed is Lazy Loading. Lazy loading helps optimize your application's performance by loading modules on-demand, making it a key technique for improving user experience.
Add your answer
Loading...

Leave a comment

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