How to Install Bootstrap & jquery in Angular 9
Step 1- First Install the Bootstrap type cmd
--- npm install Bootstrap --save
Step 2- The In second stepjust open the angular.json file and give your style path like below:
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.css",
"scss/style.scss"
],
"scripts": [
"node_modules/bootstrap/dist/js/bootstrap.js"
]
Step 3- In this step for install the jquery type cmd--
----- npm install jquery --save
Step 4 - In this second step just open the angular.json file and give your style path like below:
"scripts": [
"node_modules/jquery/dist/jquery.min.js",
"node_modules/bootstrap/dist/js/bootstrap.js"
]
Step 5- Then Add the Bootstap nav bar html code in app.component.html
Step 6- Then Run the app type the cmd ng serve.
Interview Crackers is one of the most visited YouTube channels if you want to learn HTML5, , CSS, Sass, CMS (WordPress, Drupal, Magento), AngularJS, angular 4 , angular 5, angular 6 , angular 7, angular 8 and more design topics. Up Tutorials explore how to fix a major problem in learning technologies.
Website Link -- http://interviewcrackers.in/
Subscribes:
/ @interviewcrackers3104
On this page of the site you can watch the video online How to Install Bootstrap & jquery in Angular 9 | angular bootstrap & jquery tutorial with a duration of hours minute second in good quality, which was uploaded by the user Interview Crackers 03 May 2020, share the link with friends and acquaintances, this video has already been watched 2,829 times on youtube and it was liked by 18 viewers. Enjoy your viewing!