I am working on a project where I am using angular 10 and trying to use Bootstrap library, but the issue is BootStrap styles are not loading.
In package.json I can see bootstrap dependency there.
"bootstrap": "^3.4.1",
I tried to debug in every possible way but not able to figure out yet as I am new to Bootstrap.
Don't want to see my button like this.
Any help would be highly appreciated.
