I'm currently working on a project that involves Angular 10 and the Bootstrap library. However, I'm encountering an issue where the Bootstrap styles are not loading properly.
Upon checking the package.json file, I can see that Bootstrap is listed as a dependency:
"bootstrap": "^3.4.1",
I have attempted to troubleshoot this problem in various ways, but as someone new to Bootstrap, I have not been able to identify the root cause yet.
I don't want my button to look like this:
https://i.sstatic.net/4Xy98.jpg
Any assistance on this matter would be greatly appreciated.