“Jalur Bootstrap Angular.Json” Kode Jawaban

Pasang Bootstrap Angular

# 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

Jalur Bootstrap Angular.Json

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

Menambahkan Bootstrap ke Angular

 $ npm install --save bootstrap
Ankur

Jawaban yang mirip dengan “Jalur Bootstrap Angular.Json”

Pertanyaan yang mirip dengan “Jalur Bootstrap Angular.Json”

Lebih banyak jawaban terkait untuk “Jalur Bootstrap Angular.Json” di JavaScript

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya