I have problem with my project which use styles from bootstrap.
Here is the part of the code from package.json
"bootstrap": "^5.3.3",
and below is code from angular.json
"styles": [
"src/styles.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.min.js"
]
I dont want to make this message to long so I dont post code from my component.
Please if I have made a mistake here, please correct me and tell what is wrong.
Thanks in advice, and sorry for my bad english 🙂
I tried to implement and reinstall my bootstrap dictionary.
Radek is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.