npm Package | @angular/common |
---|---|
Module | import { HTTP_INTERCEPTORS } from '@angular/common/http'; |
Source | common/http/src/interceptor.ts |
const HTTP_INTERCEPTORS: any;
A multi-provider token which represents the array of HttpInterceptor
s that
are registered.