Community

Preloading Lazy-Loaded Feature Modules In Angular 6.1.9

(Ben Nadel) In the last couple of days, I’ve started to dig into the lazy-loading of feature modules in Angular 6. With lazy-loading, segments of the code-base get loaded on-demand as the user navigates to the relevant areas of the application.