|
| 1 | +/** |
| 2 | + * @fileoverview This file is generated by the Angular template compiler. |
| 3 | + * Do not edit. |
| 4 | + * @suppress {suspiciousCode,uselessCode,missingProperties} |
| 5 | + */ |
| 6 | + /* tslint:disable */ |
| 7 | + |
| 8 | + |
| 9 | +import * as import0 from '@angular/core'; |
| 10 | +import * as import1 from './abp.module'; |
| 11 | +import * as import2 from '@angular/http'; |
| 12 | +import * as import3 from './message/message.service'; |
| 13 | +import * as import4 from './log/log.service'; |
| 14 | +import * as import5 from './abpHttp'; |
| 15 | +import * as import6 from './session/abp-session.service'; |
| 16 | +import * as import7 from './auth/permission-checker.service'; |
| 17 | +import * as import8 from './features/feature-checker.service'; |
| 18 | +import * as import9 from './localization/localization.service'; |
| 19 | +import * as import10 from './settings/setting.service'; |
| 20 | +import * as import11 from './notify/notify.service'; |
| 21 | +import * as import12 from './multi-tenancy/abp-multi-tenancy.service'; |
| 22 | +import * as import13 from './abp-user-configuration.service'; |
| 23 | +import * as import14 from './auth/token.service'; |
| 24 | +import * as import15 from './utils/utils.service'; |
| 25 | +class AbpModuleInjector extends import0.ɵNgModuleInjector<import1.AbpModule> { |
| 26 | + _HttpModule_0:import2.HttpModule; |
| 27 | + _JsonpModule_1:import2.JsonpModule; |
| 28 | + _AbpModule_2:import1.AbpModule; |
| 29 | + __BrowserXhr_3:import2.BrowserXhr; |
| 30 | + __ResponseOptions_4:import2.BaseResponseOptions; |
| 31 | + __XSRFStrategy_5:any; |
| 32 | + __XHRBackend_6:import2.XHRBackend; |
| 33 | + __RequestOptions_7:import2.BaseRequestOptions; |
| 34 | + __MessageService_8:import3.MessageService; |
| 35 | + __LogService_9:import4.LogService; |
| 36 | + __AbpHttpConfiguration_10:import5.AbpHttpConfiguration; |
| 37 | + __Http_11:any; |
| 38 | + __ɵg_12:import2.ɵg; |
| 39 | + __JSONPBackend_13:import2.ɵa; |
| 40 | + __Jsonp_14:any; |
| 41 | + __AbpSessionService_15:import6.AbpSessionService; |
| 42 | + __PermissionCheckerService_16:import7.PermissionCheckerService; |
| 43 | + __FeatureCheckerService_17:import8.FeatureCheckerService; |
| 44 | + __LocalizationService_18:import9.LocalizationService; |
| 45 | + __SettingService_19:import10.SettingService; |
| 46 | + __NotifyService_20:import11.NotifyService; |
| 47 | + __AbpMultiTenancyService_21:import12.AbpMultiTenancyService; |
| 48 | + __AbpUserConfigurationService_22:import13.AbpUserConfigurationService; |
| 49 | + __TokenService_23:import14.TokenService; |
| 50 | + __UtilsService_24:import15.UtilsService; |
| 51 | + constructor(parent:import0.Injector) { |
| 52 | + super(parent,([] as any[]),([] as any[])); |
| 53 | + } |
| 54 | + get _BrowserXhr_3():import2.BrowserXhr { |
| 55 | + if ((this.__BrowserXhr_3 == null)) { (this.__BrowserXhr_3 = new import2.BrowserXhr()); } |
| 56 | + return this.__BrowserXhr_3; |
| 57 | + } |
| 58 | + get _ResponseOptions_4():import2.BaseResponseOptions { |
| 59 | + if ((this.__ResponseOptions_4 == null)) { (this.__ResponseOptions_4 = new import2.BaseResponseOptions()); } |
| 60 | + return this.__ResponseOptions_4; |
| 61 | + } |
| 62 | + get _XSRFStrategy_5():any { |
| 63 | + if ((this.__XSRFStrategy_5 == null)) { (this.__XSRFStrategy_5 = import2.ɵb()); } |
| 64 | + return this.__XSRFStrategy_5; |
| 65 | + } |
| 66 | + get _XHRBackend_6():import2.XHRBackend { |
| 67 | + if ((this.__XHRBackend_6 == null)) { (this.__XHRBackend_6 = new import2.XHRBackend(this._BrowserXhr_3,this._ResponseOptions_4,this._XSRFStrategy_5)); } |
| 68 | + return this.__XHRBackend_6; |
| 69 | + } |
| 70 | + get _RequestOptions_7():import2.BaseRequestOptions { |
| 71 | + if ((this.__RequestOptions_7 == null)) { (this.__RequestOptions_7 = new import2.BaseRequestOptions()); } |
| 72 | + return this.__RequestOptions_7; |
| 73 | + } |
| 74 | + get _MessageService_8():import3.MessageService { |
| 75 | + if ((this.__MessageService_8 == null)) { (this.__MessageService_8 = new import3.MessageService()); } |
| 76 | + return this.__MessageService_8; |
| 77 | + } |
| 78 | + get _LogService_9():import4.LogService { |
| 79 | + if ((this.__LogService_9 == null)) { (this.__LogService_9 = new import4.LogService()); } |
| 80 | + return this.__LogService_9; |
| 81 | + } |
| 82 | + get _AbpHttpConfiguration_10():import5.AbpHttpConfiguration { |
| 83 | + if ((this.__AbpHttpConfiguration_10 == null)) { (this.__AbpHttpConfiguration_10 = new import5.AbpHttpConfiguration(this._MessageService_8,this._LogService_9)); } |
| 84 | + return this.__AbpHttpConfiguration_10; |
| 85 | + } |
| 86 | + get _Http_11():any { |
| 87 | + if ((this.__Http_11 == null)) { (this.__Http_11 = import1.abpHttpFactory(this._XHRBackend_6,this._RequestOptions_7,this._AbpHttpConfiguration_10)); } |
| 88 | + return this.__Http_11; |
| 89 | + } |
| 90 | + get _ɵg_12():import2.ɵg { |
| 91 | + if ((this.__ɵg_12 == null)) { (this.__ɵg_12 = new import2.ɵg()); } |
| 92 | + return this.__ɵg_12; |
| 93 | + } |
| 94 | + get _JSONPBackend_13():import2.ɵa { |
| 95 | + if ((this.__JSONPBackend_13 == null)) { (this.__JSONPBackend_13 = new import2.ɵa(this._ɵg_12,this._ResponseOptions_4)); } |
| 96 | + return this.__JSONPBackend_13; |
| 97 | + } |
| 98 | + get _Jsonp_14():any { |
| 99 | + if ((this.__Jsonp_14 == null)) { (this.__Jsonp_14 = import2.ɵd(this._JSONPBackend_13,this._RequestOptions_7)); } |
| 100 | + return this.__Jsonp_14; |
| 101 | + } |
| 102 | + get _AbpSessionService_15():import6.AbpSessionService { |
| 103 | + if ((this.__AbpSessionService_15 == null)) { (this.__AbpSessionService_15 = new import6.AbpSessionService()); } |
| 104 | + return this.__AbpSessionService_15; |
| 105 | + } |
| 106 | + get _PermissionCheckerService_16():import7.PermissionCheckerService { |
| 107 | + if ((this.__PermissionCheckerService_16 == null)) { (this.__PermissionCheckerService_16 = new import7.PermissionCheckerService()); } |
| 108 | + return this.__PermissionCheckerService_16; |
| 109 | + } |
| 110 | + get _FeatureCheckerService_17():import8.FeatureCheckerService { |
| 111 | + if ((this.__FeatureCheckerService_17 == null)) { (this.__FeatureCheckerService_17 = new import8.FeatureCheckerService()); } |
| 112 | + return this.__FeatureCheckerService_17; |
| 113 | + } |
| 114 | + get _LocalizationService_18():import9.LocalizationService { |
| 115 | + if ((this.__LocalizationService_18 == null)) { (this.__LocalizationService_18 = new import9.LocalizationService()); } |
| 116 | + return this.__LocalizationService_18; |
| 117 | + } |
| 118 | + get _SettingService_19():import10.SettingService { |
| 119 | + if ((this.__SettingService_19 == null)) { (this.__SettingService_19 = new import10.SettingService()); } |
| 120 | + return this.__SettingService_19; |
| 121 | + } |
| 122 | + get _NotifyService_20():import11.NotifyService { |
| 123 | + if ((this.__NotifyService_20 == null)) { (this.__NotifyService_20 = new import11.NotifyService()); } |
| 124 | + return this.__NotifyService_20; |
| 125 | + } |
| 126 | + get _AbpMultiTenancyService_21():import12.AbpMultiTenancyService { |
| 127 | + if ((this.__AbpMultiTenancyService_21 == null)) { (this.__AbpMultiTenancyService_21 = new import12.AbpMultiTenancyService()); } |
| 128 | + return this.__AbpMultiTenancyService_21; |
| 129 | + } |
| 130 | + get _AbpUserConfigurationService_22():import13.AbpUserConfigurationService { |
| 131 | + if ((this.__AbpUserConfigurationService_22 == null)) { (this.__AbpUserConfigurationService_22 = new import13.AbpUserConfigurationService(this._Http_11)); } |
| 132 | + return this.__AbpUserConfigurationService_22; |
| 133 | + } |
| 134 | + get _TokenService_23():import14.TokenService { |
| 135 | + if ((this.__TokenService_23 == null)) { (this.__TokenService_23 = new import14.TokenService()); } |
| 136 | + return this.__TokenService_23; |
| 137 | + } |
| 138 | + get _UtilsService_24():import15.UtilsService { |
| 139 | + if ((this.__UtilsService_24 == null)) { (this.__UtilsService_24 = new import15.UtilsService()); } |
| 140 | + return this.__UtilsService_24; |
| 141 | + } |
| 142 | + createInternal():import1.AbpModule { |
| 143 | + this._HttpModule_0 = new import2.HttpModule(); |
| 144 | + this._JsonpModule_1 = new import2.JsonpModule(); |
| 145 | + this._AbpModule_2 = new import1.AbpModule(); |
| 146 | + return this._AbpModule_2; |
| 147 | + } |
| 148 | + getInternal(token:any,notFoundResult:any):any { |
| 149 | + if ((token === import2.HttpModule)) { return this._HttpModule_0; } |
| 150 | + if ((token === import2.JsonpModule)) { return this._JsonpModule_1; } |
| 151 | + if ((token === import1.AbpModule)) { return this._AbpModule_2; } |
| 152 | + if ((token === import2.BrowserXhr)) { return this._BrowserXhr_3; } |
| 153 | + if ((token === import2.ResponseOptions)) { return this._ResponseOptions_4; } |
| 154 | + if ((token === import2.XSRFStrategy)) { return this._XSRFStrategy_5; } |
| 155 | + if ((token === import2.XHRBackend)) { return this._XHRBackend_6; } |
| 156 | + if ((token === import2.RequestOptions)) { return this._RequestOptions_7; } |
| 157 | + if ((token === import3.MessageService)) { return this._MessageService_8; } |
| 158 | + if ((token === import4.LogService)) { return this._LogService_9; } |
| 159 | + if ((token === import5.AbpHttpConfiguration)) { return this._AbpHttpConfiguration_10; } |
| 160 | + if ((token === import2.Http)) { return this._Http_11; } |
| 161 | + if ((token === import2.ɵg)) { return this._ɵg_12; } |
| 162 | + if ((token === import2.JSONPBackend)) { return this._JSONPBackend_13; } |
| 163 | + if ((token === import2.Jsonp)) { return this._Jsonp_14; } |
| 164 | + if ((token === import6.AbpSessionService)) { return this._AbpSessionService_15; } |
| 165 | + if ((token === import7.PermissionCheckerService)) { return this._PermissionCheckerService_16; } |
| 166 | + if ((token === import8.FeatureCheckerService)) { return this._FeatureCheckerService_17; } |
| 167 | + if ((token === import9.LocalizationService)) { return this._LocalizationService_18; } |
| 168 | + if ((token === import10.SettingService)) { return this._SettingService_19; } |
| 169 | + if ((token === import11.NotifyService)) { return this._NotifyService_20; } |
| 170 | + if ((token === import12.AbpMultiTenancyService)) { return this._AbpMultiTenancyService_21; } |
| 171 | + if ((token === import13.AbpUserConfigurationService)) { return this._AbpUserConfigurationService_22; } |
| 172 | + if ((token === import14.TokenService)) { return this._TokenService_23; } |
| 173 | + if ((token === import15.UtilsService)) { return this._UtilsService_24; } |
| 174 | + return notFoundResult; |
| 175 | + } |
| 176 | + destroyInternal():void { |
| 177 | + } |
| 178 | +} |
| 179 | +export const AbpModuleNgFactory:import0.NgModuleFactory<import1.AbpModule> = new import0.NgModuleFactory<any>(AbpModuleInjector,import1.AbpModule); |
| 180 | +//# sourceMappingURL=data:application/json;base64,eyJmaWxlIjoiRDovUmVwb3NpdG9yaWVzL0dpdGh1Yi9hYnAtbmcyLW1vZHVsZS9zcmMvYWJwLm1vZHVsZS5uZ2ZhY3RvcnkudHMiLCJ2ZXJzaW9uIjozLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyJuZzovLy9EOi9SZXBvc2l0b3JpZXMvR2l0aHViL2FicC1uZzItbW9kdWxlL3NyYy9hYnAubW9kdWxlLnRzIl0sInNvdXJjZXNDb250ZW50IjpbIiAiXSwibWFwcGluZ3MiOiJBQUFBOzs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7Ozs7OyJ9 |
0 commit comments