使用带有外部

时间:2017-12-12 11:19:28

标签: kendo-ui kendo-ui-angular2

我们使用webpack构建客户端应用程序,我们希望使用@progress Kendo Angular UI cdn文件。使用CDN的原因是我们有超过50个应用程序作为一个大型应用程序运行,我们使用CDN和webpack externals作为供应商的东西。

以下是此类文件的示例:

https://www.telerik.com/kendo-angular-ui/npm/node_modules/@progress/kendo-angular-buttons/dist/cdn/js/kendo-angular-buttons.js

但是当包含任何捆绑包时,我们会收到以下错误:

kendo-angular-buttons.js:1未捕获TypeError:无法读取属性' __ decorate'未定义的

我们如何包含这些文件?有这样一种机制的例子吗?大多数示例使用systemjs。

1 个答案:

答案 0 :(得分:0)

我自己在Github上通过问题给出解决方案: https://github.com/telerik/kendo-angular/issues/1148