How to Bypass HTTP Interceptor while calling api

When injected, HttpBackend dispatches requests directly to the backend, without going through the interceptor chain. import {HttpBackend, HttpClient} from '@angular/common/http'; import {Injectable} from '@angular/core'; @Injectable({ providedIn:...
Read More ⟶