Answers for "add latest bootstrap to angular"

9

how to add bootstrap in angular

@import "~bootstrap/dist/css/bootstrap.css"

 "styles": [
              "./node_modules/bootstrap/dist/css/bootstrap.css",
              "src/styles.css"              
            ],
Posted by: Guest on July-31-2020
2

angular add bootstrap

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

install bootstrap in angular

$ npm install bootstrap
Posted by: Guest on December-31-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language