projects/m2-core/src/lib/core/service/system/http/CustomHttpHandler.ts
https://indepth.dev/posts/1455/how-to-split-http-interceptors-between-multiple-backends https://www.learn-angular.fr/how-can-we-have-multiple-instances-of-httpclient-instance-with-angular/
Methods |
constructor(backend: HttpBackend, interceptors: HttpInterceptor[])
|
|||||||||
|
Parameters :
|
| handle | ||||||
handle(req: HttpRequest
|
||||||
|
Parameters :
Returns :
Observable<HttpEvent<any>>
|