1. 15
    Navigate to a component relative location with the Angular router
    1m 51s

Navigate to a component relative location with the Angular router

Share this video with your friends

Send Tweet

In a well structured and modularized Angular application we may not want to have our components know the entire path of a route, but rather we may just want to redirect “locally” within the current route. The Angular router allows us to specify such relative navigation which is what we’re going to learn in this lesson.