Ceci est une ancienne révision du document !
ng new project-name --routing=true --skipTests=true
npm install -g @angular/cli
ng update @angular/cli @angular/core
https://github.com/valor-software/ngx-bootstrap/blob/development/docs/getting-started/ng-cli.md
npm install ngx-bootstrap bootstrap --save
Ajouter dans .angular-cli.json:
"styles": [ "../node_modules/bootstrap/dist/css/bootstrap.min.css", "styles.css", ],