Answers for "how to import bootstrap.min.css in angular"

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
0

how to install bootstrap in angular 11

@import "~bootstrap/dist/css/bootstrap.css";
Posted by: Guest on May-06-2021

Code answers related to "how to import bootstrap.min.css in angular"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language