Nested Routes in Angular — a practical guide to Angular nested routes with clear examples you can reuse in real projects.
Angular Tutorial Series (43/119). Prefer one article? Read the complete Angular tutorial.
Short description
Parent component hosts child routes via a nested <router-outlet>.
Nested tip
Parent path + children[]
Parent template has router-outlet
Child paths relative to parent