Adding Bootstrap to an Angular project
Steps:
1. Install Bootstrap locally: npm install bootstrap
2. Add reference to the angular.json file - “styles” section:
“node_modules/bootstrap/dist/css/bootstrap.min.css”
Bootstrap documentation: https://getbootstrap.com