diff --git a/lib/core/core.module.ts b/lib/core/core.module.ts index 219a9f5faf..0a20447316 100644 --- a/lib/core/core.module.ts +++ b/lib/core/core.module.ts @@ -208,16 +208,6 @@ export class CoreModuleLazy { TemplateModule, SortingPickerModule, IconModule - ], - providers: [ - { - provide: APP_INITIALIZER, - useFactory: startupServiceFactory, - deps: [ - AlfrescoApiService - ], - multi: true - } ] }) export class CoreModule {