$ npm install --save bootstrap
npm install bootstrap
//1. Install ngx-bootstrap and bootstrap:
npm install ngx-bootstrap bootstrap --save
//2. Open src/app/app.module.ts and add:
import { AlertModule } from 'ngx-bootstrap';
...
@NgModule({
...
imports: [AlertModule.forRoot(), ... ],
...
})
//3. Open angular-cli.json
"styles": [
"styles.css",
"../node_modules/bootstrap/dist/css/bootstrap.min.css"
],
$ npm install --save bootstrap popper
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"src/styles.scss"
]
ng -v
intstall bootstrap in angular