Ceci est une ancienne révision du document !
ng add ngx-bootstrap
Create an empty file _variables.scss in src/.
If you are using bootstrap-sass, add the following to _variables.scss:
$icon-font-path: '../node_modules/bootstrap-sass/assets/fonts/bootstrap/'; //choisir les couleurs de base de Bootstrap $primary: #ff009d; $warning: #e7cd36; $danger: #b12186;
In styles.scss add the following:
@import 'variables'; @import '../node_modules/bootstrap/scss/bootstrap';