使用 Bootstrap

1 篇文章 / 0 new
author
使用 Bootstrap
► 安裝相關套件
npm install jquery@3.3.1 --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"
],
Free Web Hosting