我想看看IonicErrorHandler对我有用。所以我在app.components.ts
上添加了这个import { NgModule, ErrorHandler } from '@angular/core';
import { IonicApp, IonicModule ,IonicErrorHandler} from 'ionic-angular';
并在底部
providers: [{provide: ErrorHandler, useClass: IonicErrorHandler}]
但是我在构建时遇到了这个错误。
ngc错误:错误:无法找到从中导出的符号IonicErrorHandler 模 /node_modules/ionic-angular/index.d.ts, 解决符号AppModule in /.tmp/app/app.module.ts, 解决符号AppModule in /.tmp/app/app.module.ts