Kendo UI Angular : (SystemJS) Unexpected token <

[亡魂溺海] 提交于 2019-12-01 18:18:05

Well I also have examined this problem and it seems their button quickstart systemjs.config.js is different then their button plunkr code sample systemjs.config.js so I am asking them for guidance as to the correct approach.

It was indeed because of the @telerik packages not being managed in SystemJS...

As you can follow the Telerik documentation, you can see in the plunkr links the @telerik packages to add to the systemjs.config.js file.

See this link : http://www.telerik.com/kendo-angular-ui/components/dropdowns/dropdownlist/


I can see in the npm dependencies the different dependencies between the packages, and if the Telerik team is not mentionning them, it probably means one must not worry about it as it should be managed with dependencies.

This is the only logical explanation to me, and that means I don't use the systemJS file correctly. Comments are welcome to complete this answer.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!