npm bootstrap angular code example
Example 1: ng-bootstrap npm install
npm install --save @ng-bootstrap/ng-bootstrap
Example 2: install angular bootstrap
npm install --save bootstrap
npm install --save jquery
Example 3: how to add bootstrap in angular
@import "~bootstrap/dist/css/bootstrap.css"
"styles": [
"./node_modules/bootstrap/dist/css/bootstrap.css",
"src/styles.css"
],
Example 4: install bootstrap angular
npm install --save bootstrap
Example 5: npm install bootstrap
npm install bootstrap@latest
Example 6: install ng bootstrap
ng add @ng-bootstrap/ng-bootstrap