Answers for "import bootstrap style in 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
1

add bootstrap to angular

intstall bootstrap in angular
Posted by: Guest on July-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language