ng-http-interceptor
Version:
> Http Interceptor library for Angular
10 lines • 485 B
JavaScript
/**
* @fileoverview added by tsickle
* @suppress {checkTypes} checked by tsc
*/
import "../rxjs";
export { HttpInterceptorModule, HttpInterceptorNoOverrideModule } from "./module";
export { InterceptableHttp, InterceptableHttpProviders } from "./interceptable-http";
export { HttpInterceptorService } from "./http-interceptor.service";
export { getHttpOptions, getHttpOptionsIdx, getHttpOptionsAndIdx, getHttpHeadersOrInit } from "./helpers/index";
//# sourceMappingURL=index.js.map