angular-http-interceptor
Version:
A interceptor module to http calls
14 lines (13 loc) • 932 B
JavaScript
/**
* @fileoverview This file was generated by the Angular template compiler. Do not edit.
*
* @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride,checkTypes}
* tslint:disable
*/
import * as i0 from "@angular/core";
import * as i1 from "./interceptor.module";
import * as i2 from "@angular/http";
import * as i3 from "./interfaces";
import * as i4 from "./custom-http";
var InterceptorModuleNgFactory = i0.ɵcmf(i1.InterceptorModule, [], function (_l) { return i0.ɵmod([i0.ɵmpd(512, i0.ComponentFactoryResolver, i0.ɵCodegenComponentFactoryResolver, [[8, []], [3, i0.ComponentFactoryResolver], i0.NgModuleRef]), i0.ɵmpd(5120, i2.Http, i1.httpFactory, [i3.Interceptor, i2.XHRBackend, i2.RequestOptions]), i0.ɵmpd(6144, i4.CustomHttp, null, [i2.Http]), i0.ɵmpd(512, i1.InterceptorModule, i1.InterceptorModule, [])]); });
export { InterceptorModuleNgFactory as InterceptorModuleNgFactory };