108588: Moved sub communities & collections from community page to new component

This commit is contained in:
Alexandre Vryghem
2023-11-19 03:39:25 +01:00
parent 0483612819
commit bb0b66f927
6 changed files with 80 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ import {
ThemedCollectionPageSubCollectionListComponent
} from './sections/sub-com-col-section/sub-collection-list/themed-community-page-sub-collection-list.component';
import { DsoPageModule } from '../shared/dso-page/dso-page.module';
import { SubComColSectionComponent } from './sections/sub-com-col-section/sub-com-col-section.component';
const DECLARATIONS = [CommunityPageComponent,
ThemedCommunityPageComponent,
@@ -28,7 +29,9 @@ const DECLARATIONS = [CommunityPageComponent,
ThemedCollectionPageSubCollectionListComponent,
CommunityPageSubCommunityListComponent,
CreateCommunityPageComponent,
DeleteCommunityPageComponent];
DeleteCommunityPageComponent,
SubComColSectionComponent,
];
@NgModule({
imports: [