web-dave / Angular-Essentials-Training

9 stars 0 forks source link

Install bootstrap #3

Open web-dave opened 6 years ago

web-dave commented 6 years ago

every change on the project settings need a fresh ng serve

web-dave commented 6 years ago

install

npm i bootstrap

web-dave commented 6 years ago

angular.json:

{
...
 "projects": {
    "angular-starter": {
     ...,
      "architect": {
        "build": {
      "styles": [
        "src/styles.scss",
        "node_modules/bootstrap/dist/css/bootstrap.css"
      ],
      "scripts": [
        "node_modules/bootstrap/dist/js/bootstrap.js"
      ],
...
web-dave commented 6 years ago

Debug