Développement

Astuces de développement

Outils pour utilisateurs

Outils du site


langages:angular:outils:ngxbootstrap

Ceci est une ancienne révision du document !


Bootstrap & ngx-bootstrap

Installation

ng add ngx-bootstrap

Utisisation de Bootstrap avec un fichier _variables.scss

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';
langages/angular/outils/ngxbootstrap.1548526283.txt.gz · Dernière modification: 2019/01/26 19:11 de jonathan