How to add Bootstrap to Angular project

Опубликовано: 13 Март 2026
на канале: DK Programming
758
16

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