Answers for "how to include bootstrap.min.js 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
0

how to install bootstrap in angular

"styles": [
  "node_modules/bootstrap/dist/css/bootstrap.min.css",
  "styles.scss"
]
Posted by: Guest on March-24-2021

Code answers related to "how to include bootstrap.min.js in angular"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language