DEV Community

Discussion on: Preload All Angular Bundles

Collapse
 
mfaghfoory profile image
Meysam Faghfouri

If we set it to preload all modules, will browser wait to load all of them? Or after showing first page they start to loading in background?

Collapse
 
john_papa profile image
John Papa

Here is a link to the docs that explains it best. angular.io/guide/router#preloading...

In short - the app loads - then it looks for modules it can preload.