How setup bootstrap 5 in Angular
Install bootstrap in Angular Project:
npm install bootstrap
Inside Angular Project:
angular.json - "styles" section
./node_modules/bootstrap/dist/css/bootstrap.min.css
angular.json - "scripts" section
./node_modules/bootstrap/dist/css/bootstrap.bundle.js
Run Angular Project:
ng serve or npm start
Test on Browser:
http://localhost:4200
Thank you friends Like & Subscribe My channel
コメント