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