/** * @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 './masker.module'; import * as import2 from '@angular/core/src/di/injector'; class MaskerModuleInjector extends import0.NgModuleInjector { _MaskerModule_0:import1.MaskerModule; constructor(parent:import2.Injector) { super(parent,([] as any[]),([] as any[])); } createInternal():import1.MaskerModule { this._MaskerModule_0 = new import1.MaskerModule(); return this._MaskerModule_0; } getInternal(token:any,notFoundResult:any):any { if ((token === import1.MaskerModule)) { return this._MaskerModule_0; } return notFoundResult; } destroyInternal():void { } } export const MaskerModuleNgFactory:import0.NgModuleFactory = new import0.NgModuleFactory(MaskerModuleInjector,import1.MaskerModule);