编辑第 3 方 angular 个组件
Editing 3rd party angular components
我需要通过 Kendo 编辑一些组件。
按照此处的说明进行操作:
https://www.telerik.com/kendo-angular-ui/components/installation/source-code/
每次我尝试将模块导入我的 app.module 组件时,我都会收到错误消息:
Cannot find module
有什么帮助吗?
更新后的入门教程使用 Angular CLI,因此使用 WebPack 2。查看以下 documentation section 了解详细信息。
我需要通过 Kendo 编辑一些组件。
按照此处的说明进行操作: https://www.telerik.com/kendo-angular-ui/components/installation/source-code/
每次我尝试将模块导入我的 app.module 组件时,我都会收到错误消息:
Cannot find module
有什么帮助吗?
更新后的入门教程使用 Angular CLI,因此使用 WebPack 2。查看以下 documentation section 了解详细信息。