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

This commit is contained in:
Andrea Barbasso
2024-01-10 09:58:08 +01:00
parent 6e70aad7b8
commit d1e986a443
6 changed files with 23 additions and 70 deletions

View File

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