mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[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:
committed by
Eugenio Romano
parent
2940b6ce99
commit
396d9104ee
@@ -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,
|
||||
|
Reference in New Issue
Block a user