Posts by Mauricio vs • 21 points
1 post
-
2
votes2
answers219
viewsQ: Angular2 Child Routes
const itemRoutes: Routes = [ { path: '', component: ItensComponent, children: [ { path: '', redirectTo: 'lista', pathMatch: 'full' }, { path: 'lista', component: ListaItensComponent }, { path:…
angularasked Mauricio vs 21