1. 16
    Lazy load a route with the Angular router
    4m 47s

Lazy load a route with the Angular router

Share this video with your friends

Send Tweet

Sometimes in big applications, it might simply not be feasible to have the user download it entirely at startup. After all, not all of the application modules might be used with the same frequency, or even not be accessible at all based on user rights. In this lesson we will therefore explore how to lazy load application modules with the Angular router and hence optimize the time to interactive of our application