当前位置: 首页>>代码示例>>TypeScript>>正文


TypeScript browser._exceptionHandler函数代码示例

本文整理汇总了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;
 }
开发者ID:jthoms1,项目名称:ionic2-webpack2-aot,代码行数:29,代码来源:AppModule.ngfactory.ts

示例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;
 }
开发者ID:thelgevold,项目名称:angular2-offline-compiler,代码行数:10,代码来源:browser.d.ngfactory.ts


注:本文中的@angular/platform-browser/src/browser._exceptionHandler函数示例由纯净天空整理自Github/MSDocs等开源代码及文档管理平台,相关代码片段筛选自各路编程大神贡献的开源项目,源码版权归原作者所有,传播和使用请参考对应项目的License;未经允许,请勿转载。