在命令行上使用tsd type definition manager安装kendo ui

Ton*_*one 2 kendo-ui typescript angular

有没有人知道我键入什么来使用命令行上的类型定义管理器安装kendo-ui tsd?

根据剑道你把这个在您的app.ts文件

/// <reference path="kendo.all.d.ts" />
Run Code Online (Sandbox Code Playgroud)

我做了但现在我需要将相应的文件放入我的项目中的typings文件夹中.

当我尝试这个时,我收到消息'零结果':

tsd install kendo-all
Run Code Online (Sandbox Code Playgroud)

Ton*_*one 7

你必须打字

tsd install kendo-ui
Run Code Online (Sandbox Code Playgroud)

在此输入图像描述