UNPKG

ng-http-interceptor

Version:
13 lines 594 B
/** * @fileoverview added by tsickle * @suppress {checkTypes} checked by tsc */ /** * @module * @description * Library provides Http Interceptor Service for Angular 2 application * By default overrides angular's Http service * To keep original Http service use with {@see HttpInterceptorModule.noOverrideHttp()} */ export { HttpInterceptorModule, HttpInterceptorNoOverrideModule, InterceptableHttp, InterceptableHttpProviders, HttpInterceptorService, getHttpOptions, getHttpOptionsIdx, getHttpOptionsAndIdx, getHttpHeadersOrInit } from "./http/index"; //# sourceMappingURL=index.js.map