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

This commit is contained in:
Andrea Barbasso
2024-01-10 11:18:45 +01:00
parent 1145c01ba9
commit 4d5d1ec6fb
9 changed files with 178 additions and 279 deletions

View File

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