From 989a405947353b349e7b29a648727327bc8e89bc Mon Sep 17 00:00:00 2001 From: Giuseppe Digilio Date: Tue, 15 May 2018 17:14:39 +0200 Subject: [PATCH] Fixed merge --- src/app/core/core.module.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ];