Angular学习笔记-angular程序如何引入第三方依赖

第一步 把第三方依赖包下到本地 (以JQuery为例)css npm install jquery --save 第二步 把库引入到项目中去 angular.json node "node_modules/bootstrap/dist/css/bootstrap.css" "node_modules/bootstrap/dist/js/bootstrap.js" "node_modules/jqu
相关文章
相关标签/搜索