how to add bootstrap in angular application code example

Example 1: how to add bootstrap in angular

@import "~bootstrap/dist/css/bootstrap.css"

 "styles": [
              "./node_modules/bootstrap/dist/css/bootstrap.css",
              "src/styles.css"              
            ],

Example 2: install bootstrap in angular

$ npm install jquery

Example 3: angular add bootstrap

npm install bootstrap

Example 4: how to install bootstrap in angular

"styles": [
  "node_modules/bootstrap/dist/css/bootstrap.min.css",
  "styles.scss"
]

Example 5: install bootstrap angular

install bootstrap angular