remove providers from Coremodule to avoid double loading api-service (#4267)

This commit is contained in:
Eugenio Romano
2019-02-05 12:51:36 +00:00
committed by GitHub
parent e72f1f7ef3
commit 673b0f6b5c

View File

@@ -208,16 +208,6 @@ export class CoreModuleLazy {
TemplateModule,
SortingPickerModule,
IconModule
],
providers: [
{
provide: APP_INITIALIZER,
useFactory: startupServiceFactory,
deps: [
AlfrescoApiService
],
multi: true
}
]
})
export class CoreModule {