I'm using the angular route system and everything is ok:
export const routes: Routes = [
{ path: '', redirectTo: '/login', pathMatch: 'full' },
... AutenticacaoRoutes,
... UsuarioRoutes,
{ path: '**', component: Erro404Component...
asked by
13.07.2018 / 21:38