UNPKG

ng-http-interceptor

Version:
10 lines 485 B
/** * @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