Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
Angular

Child Routes in Angular

Define children arrays for dashboards and feature areas.

Child Routes in Angular — a practical guide to Angular child routes with clear examples you can reuse in real projects.

Angular Tutorial Series (44/119). Prefer one article? Read the complete Angular tutorial.

Short description

Index routes fill the parent outlet by default.

Children sketch

{
  path: 'admin',
  component: AdminLayoutComponent,
  children: [
    { path: '', component: AdminHomeComponent },
    { path: 'users', component: UsersComponent },
  ],
}

Leave a reply

Your email address will not be published. Required fields are marked *