1

在为 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

这可以解决吗?

4

1 回答 1

0

在撰写本文时,Angular 2 组件的 Kendo UI 不支持 AOT 编译。如路线图页面所述,我们正在使其跨组件可用方面取得进展。

更新(2016 年 12 月):现在为 Angular 2 组件的所有 Kendo UI 启用并支持 AoT 编译。有关详细信息,请参阅AoT 编译帮助主题

于 2016-10-12T08:11:37.377 回答