“Angular -Bootstrap hinzufügen” 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

So fügen Sie Bootstrap in Angular hinzu

@import "~bootstrap/dist/css/bootstrap.css"

 "styles": [
              "./node_modules/bootstrap/dist/css/bootstrap.css",
              "src/styles.css"              
            ],
Successful Skipper

Bootstrap -Angular -Befehl hinzufügen

ng add @ng-bootstrap/ng-bootstrap
Concerned Crossbill

Startstrap Angular einbauen

npm install --save bootstrap
Ankur

Hinzufügen von Bootstrap zu Angular

 $ npm install --save bootstrap
Ankur

Angular -Bootstrap hinzufügen

npm install bootstrap
Dizzy Dove

Ähnliche Antworten wie “Angular -Bootstrap hinzufügen”

Fragen ähnlich wie “Angular -Bootstrap hinzufügen”

Weitere verwandte Antworten zu “Angular -Bootstrap hinzufügen” auf JavaScript

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen