Horje
install bootstrap in angular 10 Code Example
install 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>
install bootstrap in angular 10
$ npm install bootstrap




Shell

Related
git checkout commit Code Example git checkout commit Code Example
error: src refspec main does not match any error: failed to push some refs to Code Example error: src refspec main does not match any error: failed to push some refs to Code Example
install bootstrap in angular Code Example install bootstrap in angular Code Example
pm2 show command Code Example pm2 show command Code Example
delete all files in linux Code Example delete all files in linux Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9