@angular/common/http

HttpInterceptorFn

Type Alias

An interceptor for HTTP requests made via HttpClient.

  
    type HttpInterceptorFn = (  req: HttpRequest<unknown>,  next: HttpHandlerFn,) => Observable<HttpEvent<unknown>>
  
  
Jump to details