本文整理汇总了TypeScript中@angular/platform-browser/src/browser._exceptionHandler函数的典型用法代码示例。如果您正苦于以下问题:TypeScript _exceptionHandler函数的具体用法?TypeScript _exceptionHandler怎么用?TypeScript _exceptionHandler使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了_exceptionHandler函数的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的TypeScript代码示例。
示例1: createInternal
createInternal():import1.AppModule {
this._CommonModule_0 = new import2.CommonModule();
this._ApplicationModule_1 = new import3.ApplicationModule();
this._BrowserModule_2 = new import4.BrowserModule();
this._InternalFormsSharedModule_3 = new import5.InternalFormsSharedModule();
this._FormsModule_4 = new import6.FormsModule();
this._ReactiveFormsModule_5 = new import6.ReactiveFormsModule();
this._ExceptionHandler_6 = import4._exceptionHandler();
this._UserUrl_7 = import49.getWindowLocation();
this._QueryParams_8 = import50.setupQueryParams(this._UserUrl_7);
this._UserAgent_9 = import49.getWindowUserAgent();
this._UserNavigatorPlatform_10 = import49.getWindowPlatform();
this._Platform_11 = import51.setupPlatform(this._QueryParams_8,this._UserAgent_9,this._UserNavigatorPlatform_10,this.parent.get(import46.NgZone));
this._UserConfig_12 = null;
this._Config_13 = import52.setupConfig(this._UserConfig_12,this._QueryParams_8,this._Platform_11);
this._App_14 = new import7.App(this._Config_13,this._Platform_11);
this._APP_INITIALIZER_15 = [
import53.setupProvideEvents(this._Platform_11),
import37.setupTapClick(this._Config_13,this._App_14,this.parent.get(import46.NgZone))
]
;
this._ApplicationInitStatus_16 = new import8.ApplicationInitStatus(this._APP_INITIALIZER_15);
this._Testability_17 = new import9.Testability(this.parent.get(import46.NgZone));
this._ApplicationRef__18 = new import10.ApplicationRef_(this.parent.get(import46.NgZone),this.parent.get(import54.Console),this,this._ExceptionHandler_6,this,this._ApplicationInitStatus_16,this.parent.get(import9.TestabilityRegistry,null),this._Testability_17);
this._ApplicationRef_19 = this._ApplicationRef__18;
this._IonicModule_20 = new import11.IonicModule(this.parent.get(import11.IonicModule,null),this._ApplicationRef_19);
this._AppModule_21 = new import1.AppModule();
return this._AppModule_21;
}
示例2: createInternal
createInternal():import1.BrowserModule {
this._CommonModule_0 = new import2.CommonModule();
this._ApplicationModule_1 = new import3.ApplicationModule();
this._BrowserModule_2 = new import1.BrowserModule();
this._ExceptionHandler_3 = import1._exceptionHandler();
this._ApplicationInitStatus_4 = new import4.ApplicationInitStatus(this.parent.get(import4.APP_INITIALIZER,null));
this._Testability_5 = new import5.Testability(this.parent.get(import19.NgZone));
this._ApplicationRef__6 = new import6.ApplicationRef_(this.parent.get(import19.NgZone),this.parent.get(import21.Console),this,this._ExceptionHandler_3,this,this._ApplicationInitStatus_4,this.parent.get(import5.TestabilityRegistry,null),this._Testability_5);
return this._BrowserModule_2;
}