src/app/routes/routes.ts
@@ -10,7 +10,7 @@ path: '', component: LayoutComponent, children: [ { path: '', redirectTo: 'dashboard/v1', pathMatch: 'full' }, { path: '', redirectTo: 'dashboard/analysis', pathMatch: 'full' }, { path: 'dashboard', redirectTo: 'dashboard/v1', pathMatch: 'full' }, { path: 'users', loadChildren: './users/users.module#UsersModule' },