You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 4, 2022. It is now read-only.
initialise() is then called in the top level AppComponent.
When I debug in Chrome/IE/Firefox I can see http.get is called - but the interceptors never run, and there are no errors. I have tried injecting InterceptableHttp instead of Http, and the interceptors still don't run.
I am using Angular 4, specifically, the versions I am using are:
I have imported HttpModule and HttpInterceptorModule, and created an interceptor service:
initialise() is then called in the top level AppComponent.
When I debug in Chrome/IE/Firefox I can see http.get is called - but the interceptors never run, and there are no errors. I have tried injecting InterceptableHttp instead of Http, and the interceptors still don't run.
I am using Angular 4, specifically, the versions I am using are: