Create Nested Routes in Angular

InstructorSam Julien

Share this video with your friends

Send Tweet

Sometimes as our app grows in complexity we need to set up some nested routes (also known as child routes). We often want to do this so users can link to a deeper part of the app, which can't be done by just nesting a child component. In this lesson, you'll learn how to set up child routes in Angular.