Unknown Angular Projects For Beginners With Laravel | Hotel Management System project with angular 8 and Laravel (How to install bootstrap in angular 8 project) | My Project HD
X

Angular Projects For Beginners With Laravel | Hotel Management System project with angular 8 and Laravel (How to install bootstrap in angular 8 project)

Angular Projects For Beginners With Laravel | Hotel Management System project with angular 8 and Laravel (How to install bootstrap in angular 8 project)






Send Project Report Request


Hotel Management System project with angular 8 project with laravel  (How to install bootstrap in angular 8 project)

We have seen Node installation and Angular 8 installation in our previous tutorials. And we had also created a project for Angular in our old tutorial and this tutorial we will continue to do the same tutorial

Visit previous tutorial click here 


And in this tutorial we will install bootstrap and jquery library

 

Using Command line

1. For Jquery Installation 
Command : npm install jquery --save
2. For Installation Bootstrap
Command : npm install bootstrap --save

After install all library on your project include library on your project using following step
Go To Your project root folder and open angular.json file 
And Set Bootstrap and Jquery file on angular.jon file

angular.json

---------------------------------------------------------------------------------------------------

"styles": [
      "node_modules/bootstrap/dist/css/bootstrap.min.css",
      "src/styles.scss"
    ],
    "scripts": [
      "node_modules/jquery/dist/jquery.min.js",
      "node_modules/bootstrap/dist/js/bootstrap.min.js"
    ]

---------------------------------------------------------------------------------------------------

After this step jquery and bootstrap successfully install on your project 

More Tutorials

Web Technology Tutorials in Hindi

Web Technology Tutorials in Hindi

Read More
Diploma engineering tutorial for polytechnic collage

Diploma Engineering Tutorial

Read More
Final Year Projects for Computer Science with Source Code

Final Year Projects for Computer Science with Source Code

Read More