Answers for "angular js add boostrap"

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

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language