► 安裝相關套件
► 修改引入參數, 開啟 angular-cli.json 設置參數如下
npm install jquery@3.3.1 --force
npm install popper.js@1.12.9 --force
npm install bootstrap@4.0.0 --force
npm install popper.js@1.12.9 --force
npm install bootstrap@4.0.0 --force
► 修改引入參數, 開啟 angular-cli.json 設置參數如下
"styles": [
"../node_modules/bootstrap/dist/css/bootstrap.min.css",
"styles.css"
],
"scripts": [
"../node_modules/jquery/dist/jquery.min.js",
"../node_modules/popper.js/dist/umd/popper.min.js",
"../node_modules/bootstrap/dist/js/bootstrap.min.js"
],