Implement a Custom Preloading Strategy with Angular

Share this video with your friends

Social Share Links

Send Tweet
Published 5 years ago
Updated 4 years ago

Preloading all modules is quite an extreme approach and might not always be desirable. For instance, you don't want to preload lazy routes a user might not even have access to. Therefore, in this lesson we're going to have a look at how to define a custom preloading strategy in Angular.