Answers for "add bootstrap css html js files to angular"

4

adding bootstrap to angular

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

adding bootstrap to css file in angular

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language