我想将Cleave.js和rellax.js导入到我的项目中。 我已经导入了jQuery,它的工作正常。对于这些库,我需要在html中编写其特定属性。如何导入这些库?
angular.json
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/cleave.js/dist/cleave.min.js",
"node_modules/rellax/rellax.min.js"
]
答案 0 :(得分:0)
使用节点包管理器安装库。
npm install --save Cleave
npm install --save rellax
将下载依赖项并将其添加到package.json