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
相關文章
相關標籤/搜索