S4E2 Preloading Strategies for Lazy Loading Modules

Опубликовано: 13 Май 2026
на канале: Stepan Suvorov
751
12

Preloading modules in Angular is similar to lazy loading, but the modules will be loaded immediately after all the eager loaded modules are ready. This eliminates the possible latency when navigating to a lazy-loaded module in case if you don't have a preloading setup for it.

Official docs:
https://angular.io/api/router/Preload...

Code: https://github.com/stevermeister/Angu...

Angular Pro Screencasts Roadmap - https://github.com/stevermeister/Angu...

If you have any question or suggestion please put a comment, or ping me on Twitter -   / stevermeister