Pamela Ocampo

2310 days ago

Custom preloading strategy for Angular modules

medium.com

Lets say we have a medium sized Angular application and each large feature split into a lazy loaded module. When the application starts, we load only the main modules and all the routes are lazy loaded, including the first one that we navigate to.