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,
useClass: AuthInterceptor,
multi: true
}
},
NotificationsService,
{ provide: NativeWindowService, useFactory: NativeWindowFactory }
];