如何将任何已知的sha1库添加到angular-cli项目中?
我在试着:
npm install crypto-js然后
typings install dt~crypto-js --global --save但是我不知道以后如何在组件中导入它
发布于 2017-01-17 20:24:15
import * as CryptoJS from '../../../node_modules/crypto-js';编写组件并使用它
https://stackoverflow.com/questions/41695832
复制相似问题