I tried to install bootstrap in my Angular Project by
npm install --g bootstrap
but i am getting following warning
n
If you are using Angular, you don't need those dependencies of jquery etc. Angular is responsible for rendering and manipulating the DOM and if you’re interfering with it using jQuery, you might get some unwanted results.