diff --git a/lib/content-services/content.module.ts b/lib/content-services/content.module.ts index 3bbace2f4f..a52cdb2f1f 100644 --- a/lib/content-services/content.module.ts +++ b/lib/content-services/content.module.ts @@ -83,8 +83,7 @@ import { ContentMetadataModule } from './content-metadata/content-metadata.modul ContentNodeSelectorModule, ContentMetadataModule, DialogModule, - FolderDirectiveModule, - MaterialModule + FolderDirectiveModule ] }) export class ContentModule { diff --git a/lib/insights/insights.module.ts b/lib/insights/insights.module.ts index 82a49983b5..b144c046c9 100644 --- a/lib/insights/insights.module.ts +++ b/lib/insights/insights.module.ts @@ -53,7 +53,6 @@ import { MaterialModule } from './material.module'; FormsModule, ReactiveFormsModule, BrowserAnimationsModule, - MaterialModule, DiagramsModule, AnalyticsProcessModule ] diff --git a/lib/process-services/process.module.ts b/lib/process-services/process.module.ts index aeb531d674..0299b5b1fa 100644 --- a/lib/process-services/process.module.ts +++ b/lib/process-services/process.module.ts @@ -65,8 +65,7 @@ import { PeopleModule } from './people/people.module'; TaskListModule, AppsListModule, AttachmentModule, - PeopleModule, - MaterialModule + PeopleModule ] }) export class ProcessModule {