Answers for "adding bootstrap to an angular project"

6

install bootstrap angular

npm install --save bootstrap
Posted by: Guest on April-22-2020
2

angular add bootstrap

npm install bootstrap
Posted by: Guest on December-02-2020
0

adding bootstrap to css file in angular

@import "~bootstrap/dist/css/bootstrap.css"
Posted by: Guest on May-01-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 "adding bootstrap to an angular project"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language