Is there a way to display a child route in the parent route\'s ?
For example, let\'s say we have two routes:
/users
let routes = [ { path: 'users/:id', component: UsersComponent }, { path: 'users/:id/orders/:id', component: OrdersComponent } ];