From ad02ec1fbd2a340c92ef073dcdd7e508974f1ff2 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Fri, 26 Jan 2018 11:21:10 +0000 Subject: [PATCH] export material only from the core (#2885) --- lib/content-services/content.module.ts | 3 +-- lib/insights/insights.module.ts | 1 - lib/process-services/process.module.ts | 3 +-- 3 files changed, 2 insertions(+), 5 deletions(-) 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 {