Vikas Singh

Vikas Singh

  • 225
  • 8.4k
  • 56.1k

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 (4)