“Angular.json bootstrap ruta” Código de respuesta

instalar Angular Bootstrap

# From project directory:
npm install --save bootstrap
npm install --save jquery

# Now edit `angular.json`
# Position: `projects -> architect -> build -> options`
# To `styles`, add "node_modules/bootstrap/dist/css/bootstrap.css"
# To `scripts`,
#   add "node_modules/jquery/dist/jquery.js"
#   and also "node_modules/bootstrap/dist/js/bootstrap.js"
# Test with
# <<div class="alert alert-primary" role="alert"> Bootstrap alert</div>
Grumpy Gnu

Angular.json bootstrap ruta

"node_modules/bootstrap/dist/css/bootstrap.min.css",
Evil Eland

Agregar bootstrap a Angular

 $ npm install --save bootstrap
Ankur

Respuestas similares a “Angular.json bootstrap ruta”

Preguntas similares a “Angular.json bootstrap ruta”

Más respuestas relacionadas con “Angular.json bootstrap ruta” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código