/** * @fileoverview This file is generated by the Angular template compiler. * Do not edit. * @suppress {suspiciousCode,uselessCode,missingProperties} */ /* tslint:disable */ import * as import0 from '@angular/core'; import * as import1 from './CacheModule'; import * as import2 from './zone/NgZoneGlobalCache'; import * as import3 from './memory/MemoryGlobalCache'; class CacheModuleInjector extends import0.ɵNgModuleInjector { _CacheModule_0:import1.CacheModule; __NgZoneGlobalCache_1:import2.NgZoneGlobalCache; __MemoryGlobalCache_2:import3.MemoryGlobalCache; constructor(parent:import0.Injector) { super(parent,([] as any[]),([] as any[])); } get _NgZoneGlobalCache_1():import2.NgZoneGlobalCache { if ((this.__NgZoneGlobalCache_1 == null)) { (this.__NgZoneGlobalCache_1 = new import2.NgZoneGlobalCache(this.parent.get(import0.NgZone))); } return this.__NgZoneGlobalCache_1; } get _MemoryGlobalCache_2():import3.MemoryGlobalCache { if ((this.__MemoryGlobalCache_2 == null)) { (this.__MemoryGlobalCache_2 = new import3.MemoryGlobalCache()); } return this.__MemoryGlobalCache_2; } createInternal():import1.CacheModule { this._CacheModule_0 = new import1.CacheModule(); return this._CacheModule_0; } getInternal(token:any,notFoundResult:any):any { if ((token === import1.CacheModule)) { return this._CacheModule_0; } if ((token === import2.NgZoneGlobalCache)) { return this._NgZoneGlobalCache_1; } if ((token === import3.MemoryGlobalCache)) { return this._MemoryGlobalCache_2; } return notFoundResult; } destroyInternal():void { } } export const CacheModuleNgFactory:import0.NgModuleFactory = new import0.NgModuleFactory(CacheModuleInjector,import1.CacheModule); //# sourceMappingURL=data:application/json;base64,eyJmaWxlIjoiUDovWC91cGxvYWQ3L2FuZ3VsYXIyLWNhY2hlL3NyYy9DYWNoZU1vZHVsZS5uZ2ZhY3RvcnkudHMiLCJ2ZXJzaW9uIjozLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJuZzovLy9QOi9YL3VwbG9hZDcvYW5ndWxhcjItY2FjaGUvc3JjL0NhY2hlTW9kdWxlLnRzIl0sInNvdXJjZXNDb250ZW50IjpbbnVsbF0sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OzsifQ==