bootstrap version 5 angular npm install import code example
Example 1: install bootstrap angular
npm install --save bootstrap
Example 2: how to install bootstrap in angular
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"styles.scss"
]