I\'m working with Bootstrap 4 and Ng-Bootstrap in an Angular 4 Project,
i have linked the que bootstrap.css in my angular-cli.json this way
\"styles
this works fine for me
I installed
npm i --save @ng-bootstrap/ng-bootstrap ng add @angular/localize
import {NgbModule} from '@ng-bootstrap/ng-bootstrap';
imports:[NgbModule]
NgbModule.forRoot() not working
"styles": [ "node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.css" ],
"scripts": ["node_modules/jquery/dist/jquery.min.js",Hope this helps, even just alittle bit