“Angular.json Bootstrap Pfad” Code-Antworten

Installieren Sie Winkelstiefel

# 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 Pfad

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

Hinzufügen von Bootstrap zu Angular

 $ npm install --save bootstrap
Ankur

Ähnliche Antworten wie “Angular.json Bootstrap Pfad”

Fragen ähnlich wie “Angular.json Bootstrap Pfad”

Weitere verwandte Antworten zu “Angular.json Bootstrap Pfad” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen