@angular/common/http

HTTP_INTERCEPTORS

constant

A multi-provider token that represents the array of registered HttpInterceptor objects.

  
    const HTTP_INTERCEPTORS: InjectionToken<readonly HttpInterceptor[]>;
  
  
Jump to details