如何在 angular 5 应用程序中集成 kendo 许可文件?

how to integrate kendo licensed files in angular 5 app?

我们有一个使用 angular-cli 工具开发的 angular 5 应用程序。到目前为止,我们一直在使用 kendo 试用版。现在,我们想用 kendo 个许可文件替换它。

对于试用版,我们使用 npm 安装了 kendo 个组件。所以所有 kendo 依赖项都在 package.json 文件中。

对于许可文件,我们在获得许可后从 telerik 站点下载它们。 现在我们如何在我们的 angular-cli 项目中用许可文件替换那些试用文件?

提前致谢。

我假设你说的是 Kendo UI Angular 而不是 Kendo UI jQuery ] 或任何其他 Kendo.

您使用 npm 安装软件包,与试用版相同。

备注:

If you do not own a commercial license, this file shall be governed by the trial license terms.

  • 阅读this issue了解详情。我想它会回答你所有的问题。