标签: kendo-ui typescript angular
有没有人知道我在命令行上使用类型定义管理器安装kendo-ui tsd的类型?
根据kendo你把它放在app.ts文件中
/// <reference path="kendo.all.d.ts" />
我做了但现在我需要将相应的文件放到我项目中的typings文件夹中。
当我尝试这个时,我收到了消息&#39;零结果&#39;:
tsd install kendo-all
答案 0 :(得分:7)
您必须输入
tsd install kendo-ui