Horje
npm install bootstrap 3 angular 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>
how to install bootstrap in angular 11
npm install popper.js --save
Source: hdtuto.com
npm install bootstrap 3 angular
$ npm install -g @angular/cli
how to install bootstrap in angular 11
npm install jquery --save
Source: hdtuto.com




Shell

Related
run jar file Code Example run jar file Code Example
angular full installation guide Code Example angular full installation guide Code Example
man in linux Code Example man in linux Code Example
command line list files Code Example command line list files Code Example
git how to commit changes to a new branch Code Example git how to commit changes to a new branch Code Example

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