UNPKG

ng-http-interceptor

Version:
9 lines (8 loc) 271 B
/** * @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 * from './http/index';