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