We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57e125 commit 7ca7f4cCopy full SHA for 7ca7f4c
src/app/http-interceptor.service.ts
@@ -76,5 +76,5 @@ export function HttpInterceptorServiceFactory(backend: XHRBackend, defaultOption
76
export let HttpInterceptorServiceFactoryProvider = {
77
provide: HttpInterceptorService,
78
useFactory: HttpInterceptorServiceFactory,
79
- deps: [XHRBackend, RequestOptions]
+ deps: [XHRBackend, RequestOptions],
80
};
0 commit comments