在为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
这可以修复吗?
答案 0 :(得分:0)
截至撰写本文时,Angular 2组件的Kendo UI不支持AOT编译。我们正在逐步使组件可用,stated on the roadmap page。
更新(2016年12月):现在为Angular 2组件的所有Kendo UI启用并支持AoT编译。有关详细信息,请参阅AoT compilation help topic。