[CST-4633] Create search.module and resolve dependencies issues

This commit is contained in:
Giuseppe Digilio
2021-12-15 22:38:08 +01:00
parent b4693b9bc4
commit a4d91c37a7
75 changed files with 568 additions and 338 deletions

View File

@@ -12,6 +12,7 @@ import { DeleteCommunityPageComponent } from './delete-community-page/delete-com
import { StatisticsModule } from '../statistics/statistics.module';
import { CommunityFormModule } from './community-form/community-form.module';
import { ThemedCommunityPageComponent } from './themed-community-page.component';
import { ComcolModule } from '../shared/comcol/comcol.module';
const DECLARATIONS = [CommunityPageComponent,
ThemedCommunityPageComponent,
@@ -26,7 +27,8 @@ const DECLARATIONS = [CommunityPageComponent,
SharedModule,
CommunityPageRoutingModule,
StatisticsModule.forRoot(),
CommunityFormModule
CommunityFormModule,
ComcolModule
],
declarations: [
...DECLARATIONS