Hello, I'm encountering problems with my child routes.
Follow my routing:
export const ROUTES: Routes = [
{ path: '', redirectTo: 'Login', pathMatch: 'full' },
{ path: 'Login', component: Login },
{ path: 'Cadastro', component:...
asked by
04.07.2018 / 15:01