Answers for "install bootstrap in angular10"

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
0

how to install bootstrap in angular 11

npm install jquery --save
Posted by: Guest on May-06-2021

Code answers related to "install bootstrap in angular10"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language