1
0

Fixed merge

This commit is contained in:
Giuseppe Digilio
2018-05-15 17:14:39 +02:00
parent 478cbaf57c
commit 989a405947

View File

@@ -105,7 +105,7 @@ const PROVIDERS = [
provide: HTTP_INTERCEPTORS, provide: HTTP_INTERCEPTORS,
useClass: AuthInterceptor, useClass: AuthInterceptor,
multi: true multi: true
} },
NotificationsService, NotificationsService,
{ provide: NativeWindowService, useFactory: NativeWindowFactory } { provide: NativeWindowService, useFactory: NativeWindowFactory }
]; ];