Main view improvements
This commit is contained in:
@@ -12,7 +12,13 @@ const routes: Routes = [
|
||||
{
|
||||
path: 'app',
|
||||
component: MainViewComponent,
|
||||
canActivate: [AuthGuard]
|
||||
canActivate: [AuthGuard],
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
loadChildren: () => import('./modules/dashboard/dashboard.module').then(m => m.DashboardModule)
|
||||
},
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user