4
Answers

Lazy loading in Angular

Vikas Singh

Vikas Singh

May 10
441
1

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)