How can I make a "child" route run automatically? Let's see, I have a file of routes in which there are:
const appRoutes = [
{path: 'home', component: HomeComponent},
{path: 'proyect-list', component: ProyectList,
children:[...
asked by
11.10.2017 / 17:09