I have an angular application with an HttpInterceptor that catch the http errors to show some dialog, common to all my application.
I would like to disable the interceptor for some specific calls but I prefer to disable the default behaviour where i call the http, instead of write an exception into the interceptor. Anyone have found this problem?
I can be more specific with an example, if needed.
Regards
Davide