projects/m2-core/src/lib/core/service/system/http/CustomHttpHandler.ts
HttpHandler which applies an HttpInterceptor to an HttpRequest
Methods |
constructor(next: HttpHandler, interceptor: HttpInterceptor)
|
|||||||||
|
Parameters :
|
| handle | ||||||
handle(req: HttpRequest
|
||||||
|
Parameters :
Returns :
Observable<HttpEvent<any>>
|