Answers for "not all properties of bootstrap not working in angular"

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
1

bootstrap not working in angular

npm install bootstrap jquery --save
Posted by: Guest on March-19-2021
0

bootstrap not working in angular

npm install popper.js
Posted by: Guest on March-19-2021

Code answers related to "not all properties of bootstrap not working in angular"

Code answers related to "Javascript"

Browse Popular Code Answers by Language