1. 18
    Define a custom preloading strategy for the Angular router
    3m 22s

Define a custom preloading strategy for the Angular router

Share this video with your friends

Send Tweet

While Angular's built-in PreloadAllModules strategy works well, in a larger application you might want to get a bit more fine-grained control over which route to preload and which to only load once the user clicks the corresponding link. In this lesson we're creating a custom preloading strategy to exactly do that.