Answers for "why bootstrap is not working"

1

bootstrap not working in angular

"styles": [
    "styles.css",
    "./node_modules/bootstrap/dist/css/bootstrap.min.css"
  ],
  "scripts": [
    "./node_modules/jquery/dist/jquery.min.js",
    "./node_modules/bootstrap/dist/js/bootstrap.min.js"
  ],
Posted by: Guest on March-19-2021
0

my bootstrap is not working in mvc

@Scripts.Render("~/bundles/jqueryui")
Posted by: Guest on August-04-2021

Code answers related to "why bootstrap is not working"

Code answers related to "Javascript"

Browse Popular Code Answers by Language