web-dave / angular-starter-v2

6 stars 3 forks source link

Install bootstrap #2

Open web-dave opened 7 years ago

web-dave commented 7 years ago

Install bootstrap

every change on the project settings need a fresh ng serve

web-dave commented 7 years ago

install

npm i --save bootstrap jquery

web-dave commented 7 years ago

angular.json:

...
      "styles": [
        "styles.scss",
        "node_modules/bootstrap/dist/css/bootstrap.css"
      ],
      "scripts": [
        "node_modules/jquery/dist/jquery.js",
        "node_modules/bootstrap/dist/js/bootstrap.js"
      ],
...