Not able to load Bootstrap to one of component in new Angular 13 Project.
- angular.json file has below lines already added:
"styles": [
"src/styles.css",
"./node_modules/bootstrap/dist/css/bootstrap.min.css"
],
- I verified that I have bootstrap installed at above location.
- I installed bootstrap using below node command: npm install bootstrap@3
