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