/** * @fileoverview This file is generated by the Angular 2 template compiler. * Do not edit. * @suppress {suspiciousCode,uselessCode,missingProperties} */ /* tslint:disable */ import * as import0 from '@angular/core/src/linker/ng_module_factory'; import * as import1 from '../../src/log.module'; import * as import2 from '../../src/log-observer.service'; import * as import3 from '@angular/core/src/di/injector'; class LogModuleInjector extends import0.NgModuleInjector { _LogModule_0:import1.LogModule; __LogObserverService_1:import2.LogObserverService; constructor(parent:import3.Injector) { super(parent,([] as any[]),([] as any[])); } get _LogObserverService_1():import2.LogObserverService { if ((this.__LogObserverService_1 == null)) { (this.__LogObserverService_1 = new import2.LogObserverService(this.parent.get(import2.LOG_LISTENER))); } return this.__LogObserverService_1; } createInternal():import1.LogModule { this._LogModule_0 = new import1.LogModule(); return this._LogModule_0; } getInternal(token:any,notFoundResult:any):any { if ((token === import1.LogModule)) { return this._LogModule_0; } if ((token === import2.LogObserverService)) { return this._LogObserverService_1; } return notFoundResult; } destroyInternal():void { } } export const LogModuleNgFactory:import0.NgModuleFactory = new import0.NgModuleFactory(LogModuleInjector,import1.LogModule);