ng-docs.github.io icon indicating copy to clipboard operation
ng-docs.github.io copied to clipboard

angular有没有加密模块,怎样引入js库

Open w707633622 opened this issue 7 years ago • 2 comments

想用js加密文档,但是ts文件中引入会报错

w707633622 avatar Dec 15 '18 15:12 w707633622

这个跟 Angular 没关系,是个第三方库。如果你说的报错是指“找不到模块”之类的,可以安装 @types/xxxx 作为开发依赖,这里的 xxxx 就是你要用的加密库。

asnowwolf avatar Dec 15 '18 16:12 asnowwolf

如果希望在Angular4+ 中使用第三方库,可以参考这个解答 需要注意的是,node服务端依赖的包是无法在Angular项目中使用的。

sawyerbutton avatar Apr 08 '19 03:04 sawyerbutton