Answers for "install bootstrap specific version in angular"

3

install bootstrap in angular 9

npm install bootstrap --save
Posted by: Guest on April-11-2020
0

how to install bootstrap in angular

"styles": [
  "node_modules/bootstrap/dist/css/bootstrap.min.css",
  "styles.scss"
]
Posted by: Guest on March-24-2021

Code answers related to "install bootstrap specific version in angular"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language