【发布时间】:2019-03-15 02:35:30
【问题描述】:
我想将 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"
]
【问题讨论】: