Vikas Singh

Vikas Singh

  • 428
  • 3.5k
  • 13.9k

Lazy loading in Angular

May 10 2024 5:57 AM

How would you implement lazy loading in Angular for a large-scale ERP application built on .NET Core?
Use Case: To optimize performance and reduce initial loading time for the ERP application by loading modules asynchronously.


Answers (3)