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