Answers for "angular custom bootstrap"

2

angular add bootstrap

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

adding bootstrap to angular global styles

//add this to styles.css in angular
@import "~bootstrap/dist/css/bootstrap.css"
Posted by: Guest on May-02-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language