Lazy Load Routes in Angular

InstructorPaul Halliday

Share this video with your friends

Send Tweet

Instead of including modules as part of your main app bundle, load them on demand using loadChildren within the Angular Router.

This enables you to have a smaller bundle size and better performance as the module(s) are only loaded when required.