当我使用带有angular的highchart时,一切都是正常的。当我添加clr时,错误信息如下:
ERROR in node_modules/@clr/angular/popover/common/popover-host-anchor.token.d.ts(2,58): error TS2315: Type 'ElementRef' is not generic.代码在这里:https://github.com/xchao0213/ngtest请帮帮我
发布于 2018-07-03 09:14:06
Clarity 0.12需要Angular 6(请参阅发行说明https://vmware.github.io/clarity/news/0.12.0),并且您必须使用Angular 5。更新您的Angular版本将解决您的问题。
https://stackoverflow.com/questions/51123687
复制相似问题