在为 android 编译我的 ionic2 应用程序时,我收到此错误:
ngc: Error: Unexpected value 'ChartsModule' imported by the module 'AppModule'
如果我只使用ionic serve
(绕过 angular2 AOT)构建它,那么它构建并运行良好。
我相信这个错误是由于Telerik 图表包中缺少 metatdata.json 文件(我只使用图表,但我猜其他组件也有同样的问题)。
其他供应商也有同样的问题,请在此处查看票证:https ://github.com/angular/angular/issues/11262
这可以解决吗?