标签: angular typescript npm ecmascript-6
好的,所以我在npm有一个模块
您可以安装npm i simple-avl-structure
npm i simple-avl-structure
是纯JS代码,因此我想在Angular 2应用程序中使用它(在app.component.ts中)。但是我无法导入它。
它说无法找到模块
如何在Angular上使用纯JS编写的npm模块?