[DURACOM-191] change routing for collection-page

This commit is contained in:
Andrea Barbasso
2024-01-10 14:40:59 +01:00
parent 4d5d1ec6fb
commit 4b84c35417
7 changed files with 211 additions and 265 deletions

View File

@@ -104,8 +104,8 @@ import { ThemedPageErrorComponent } from './page-error/themed-page-error.compone
},
{
path: COLLECTION_MODULE_PATH,
loadChildren: () => import('./collection-page/collection-page.module')
.then((m) => m.CollectionPageModule),
loadChildren: () => import('./collection-page/collection-page-routes')
.then((m) => m.ROUTES),
canActivate: [EndUserAgreementCurrentUserGuard]
},
{