Provide for HTTP_INTERCEPTORS
{ | |
provide: HTTP_INTERCEPTORS, | |
useClass: HttpInterceptorService, | |
multi: true, | |
deps: [MessageBrokerService, LoggingService] | |
}, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment