diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index e6de7fe2..f5c23818 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -21,7 +21,8 @@ const routes: Routes = [ children: [ { path: '', - component: NbLoginComponent, + redirectTo: 'login', + pathMatch: 'full', }, { path: 'login',