/** * @fileoverview This file is generated by the Angular template compiler. * Do not edit. * @suppress {suspiciousCode,uselessCode,missingProperties,missingOverride} */ /* tslint:disable */ import * as import0 from '@angular/core'; import * as import1 from '../../index'; import * as import2 from '@angular/common'; import * as import3 from '@angular/forms'; import * as import4 from 'ng2-img-cropper/src/imageCropperModule'; import * as import5 from '../../services/animate.service'; import * as import6 from '../../services/drop-service/drop-service.service'; import * as import7 from '../../services/modal.service'; import * as import8 from '../../services/map.service'; import * as import9 from '../../services/notification.service'; import * as import10 from '../../services/dynamic/type.builder'; import * as import11 from '../../services/theme.service'; import * as import12 from './components/modal/modal.component.ngfactory'; import * as import13 from './components/modal/modals/alert-dialog/alert-dialog.component.ngfactory'; import * as import14 from './components/modal/modals/confirm-dialog/confirm-dialog.component.ngfactory'; import * as import15 from './components/modal/modals/date-dialog/date-dialog.component.ngfactory'; import * as import16 from './components/modal/modals/time-dialog/time-dialog.component.ngfactory'; import * as import17 from './components/modal/modals/simple-modal/simple-modal.component.ngfactory'; import * as import18 from './components/notification/notification.component.ngfactory'; import * as import19 from './components/notification/notify-block.component.ngfactory'; import * as import20 from './components/form-controls/typeahead/typeahead-list.component.ngfactory'; import * as import21 from './components/virtual-keyboard/virtual-keyboard.component.ngfactory'; import * as import22 from '@angular/http'; class WidgetsModuleInjector extends import0.ɵNgModuleInjector { _CommonModule_0:import2.CommonModule; _ɵba_1:import3.ɵba; _FormsModule_2:import3.FormsModule; _ImageCropperModule_3:import4.ImageCropperModule; _WidgetsModule_4:import1.WidgetsModule; __NgLocalization_5:import2.NgLocaleLocalization; __ɵi_6:import3.ɵi; __Animate_7:import5.Animate; __NextFrame_8:import5.NextFrame; __DropService_9:import6.DropService; __ModalService_10:import7.ModalService; __MapService_11:import8.MapService; __NotificationService_12:import9.NotificationService; __DynamicTypeBuilder_13:import10.DynamicTypeBuilder; __WidgetThemeService_14:import11.WidgetThemeService; constructor(parent:import0.Injector) { super(parent,[ import12.ModalNgFactory, import13.AlertDialogNgFactory, import14.ConfirmDialogNgFactory, import15.DateDialogNgFactory, import16.TimeDialogNgFactory, import17.SimpleModalNgFactory, import18.NotificationNgFactory, import19.NotifyBlockNgFactory, import20.TypeaheadListNgFactory, import21.VirtualKeyboardNgFactory ] ,([] as any[])); } get _NgLocalization_5():import2.NgLocaleLocalization { if ((this.__NgLocalization_5 == null)) { (this.__NgLocalization_5 = new import2.NgLocaleLocalization(this.parent.get(import0.LOCALE_ID))); } return this.__NgLocalization_5; } get _ɵi_6():import3.ɵi { if ((this.__ɵi_6 == null)) { (this.__ɵi_6 = new import3.ɵi()); } return this.__ɵi_6; } get _Animate_7():import5.Animate { if ((this.__Animate_7 == null)) { (this.__Animate_7 = new import5.Animate()); } return this.__Animate_7; } get _NextFrame_8():import5.NextFrame { if ((this.__NextFrame_8 == null)) { (this.__NextFrame_8 = new import5.NextFrame()); } return this.__NextFrame_8; } get _DropService_9():import6.DropService { if ((this.__DropService_9 == null)) { (this.__DropService_9 = new import6.DropService()); } return this.__DropService_9; } get _ModalService_10():import7.ModalService { if ((this.__ModalService_10 == null)) { (this.__ModalService_10 = new import7.ModalService(this.componentFactoryResolver,this)); } return this.__ModalService_10; } get _MapService_11():import8.MapService { if ((this.__MapService_11 == null)) { (this.__MapService_11 = new import8.MapService(this.parent.get(import22.Http))); } return this.__MapService_11; } get _NotificationService_12():import9.NotificationService { if ((this.__NotificationService_12 == null)) { (this.__NotificationService_12 = new import9.NotificationService(this.componentFactoryResolver,this)); } return this.__NotificationService_12; } get _DynamicTypeBuilder_13():import10.DynamicTypeBuilder { if ((this.__DynamicTypeBuilder_13 == null)) { (this.__DynamicTypeBuilder_13 = new import10.DynamicTypeBuilder()); } return this.__DynamicTypeBuilder_13; } get _WidgetThemeService_14():import11.WidgetThemeService { if ((this.__WidgetThemeService_14 == null)) { (this.__WidgetThemeService_14 = new import11.WidgetThemeService()); } return this.__WidgetThemeService_14; } createInternal():import1.WidgetsModule { this._CommonModule_0 = new import2.CommonModule(); this._ɵba_1 = new import3.ɵba(); this._FormsModule_2 = new import3.FormsModule(); this._ImageCropperModule_3 = new import4.ImageCropperModule(); this._WidgetsModule_4 = new import1.WidgetsModule(); return this._WidgetsModule_4; } getInternal(token:any,notFoundResult:any):any { if ((token === import2.CommonModule)) { return this._CommonModule_0; } if ((token === import3.ɵba)) { return this._ɵba_1; } if ((token === import3.FormsModule)) { return this._FormsModule_2; } if ((token === import4.ImageCropperModule)) { return this._ImageCropperModule_3; } if ((token === import1.WidgetsModule)) { return this._WidgetsModule_4; } if ((token === import2.NgLocalization)) { return this._NgLocalization_5; } if ((token === import3.ɵi)) { return this._ɵi_6; } if ((token === import5.Animate)) { return this._Animate_7; } if ((token === import5.NextFrame)) { return this._NextFrame_8; } if ((token === import6.DropService)) { return this._DropService_9; } if ((token === import7.ModalService)) { return this._ModalService_10; } if ((token === import8.MapService)) { return this._MapService_11; } if ((token === import9.NotificationService)) { return this._NotificationService_12; } if ((token === import10.DynamicTypeBuilder)) { return this._DynamicTypeBuilder_13; } if ((token === import11.WidgetThemeService)) { return this._WidgetThemeService_14; } return notFoundResult; } destroyInternal():void { (this.__DropService_9 && this._DropService_9.ngOnDestroy()); } } export const WidgetsModuleNgFactory:import0.NgModuleFactory = new import0.NgModuleFactory(WidgetsModuleInjector,import1.WidgetsModule); //# sourceMappingURL=data:application/json;base64,eyJmaWxlIjoiL1VzZXJzL2FsZXguc29yYWZ1bW8vRGVza3RvcC9EZXZlbG9wbWVudC9BQ0EvVHlwZXNjcmlwdC9MaWJyYXJpZXMvYTItd2lkZ2V0cy9fYnVpbGQvaW5kZXgubmdmYWN0b3J5LnRzIiwidmVyc2lvbiI6Mywic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsibmc6Ly8vVXNlcnMvYWxleC5zb3JhZnVtby9EZXNrdG9wL0RldmVsb3BtZW50L0FDQS9UeXBlc2NyaXB0L0xpYnJhcmllcy9hMi13aWRnZXRzL19idWlsZC9pbmRleC50cyJdLCJzb3VyY2VzQ29udGVudCI6WyIgIl0sIm1hcHBpbmdzIjoiQUFBQTs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OyJ9