I am trying to include bootstrap 3.7 in my angular 2 project by using Angular CLI command -
npm install bootstrap --save
I have requirement to use bootstrap 3.7 version. But, it is installing the latest version of bootstrap i..e bootstrap 4.
How to install specific version of bootstrap using Angular CLI?