diff --git a/src/app/core/core.module.ts b/src/app/core/core.module.ts index f3e2292db1..0ed48c23d5 100644 --- a/src/app/core/core.module.ts +++ b/src/app/core/core.module.ts @@ -105,7 +105,7 @@ const PROVIDERS = [ provide: HTTP_INTERCEPTORS, useClass: AuthInterceptor, multi: true - } + }, NotificationsService, { provide: NativeWindowService, useFactory: NativeWindowFactory } ];