[ADF-2531] Fixes for production mode (#3121)

* fix dialog module

* fix social component providers

* content metadata module fixes

* remove empty provider sections
This commit is contained in:
Denys Vuika
2018-03-26 10:37:28 +01:00
committed by Eugenio Romano
parent 2940b6ce99
commit 396d9104ee
13 changed files with 28 additions and 41 deletions

View File

@@ -25,7 +25,6 @@ import { ShareDialogComponent } from './share.dialog';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { TranslateModule } from '@ngx-translate/core';
import { NodesApiService, NotificationService, TranslationService } from '@alfresco/adf-core';
@NgModule({
imports: [
@@ -40,11 +39,6 @@ import { NodesApiService, NotificationService, TranslationService } from '@alfre
FolderDialogComponent,
ShareDialogComponent
],
providers: [
NodesApiService,
NotificationService,
TranslationService
],
exports: [
DownloadZipDialogComponent,
FolderDialogComponent,