[DURACOM-191] change routing for home-page, delete home-page.module.ts

This commit is contained in:
Andrea Barbasso
2024-01-10 09:46:03 +01:00
parent ba3bea812b
commit 6e70aad7b8
6 changed files with 37 additions and 88 deletions

View File

@@ -61,8 +61,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: 'home',
loadChildren: () => import('./home-page/home-page.module')
.then((m) => m.HomePageModule),
loadChildren: () => import('./home-page/home-page-routes')
.then((m) => m.ROUTES),
data: { showBreadcrumbs: false },
canActivate: [EndUserAgreementCurrentUserGuard]
},