HTTP_INTERCEPTORS
A multi-provider token which represents the array of HttpInterceptor
s that are registered.
const HTTP_INTERCEPTORS: InjectionToken<HttpInterceptor[]>;
说明
一个多重提供商(multi-provider)令牌,它代表所有已注册的 HttpInterceptor
构成的数组。