Tuesday, 21 March 2023

angular install bootstrap

 https://www.freecodecamp.org/news/how-to-add-bootstrap-css-framework-to-an-angular-application/

npm install bootstrap bootstrap-icons

// try out which version is compatible with current angular

npm i @ng-bootstrap/ng-bootstrap@10.0.0


or

npm i @ng-bootstrap/ng-bootstrap --force

No comments:

Post a Comment