How to add bootstrap to an angular-cli project?

How to add bootstrap to an angular-cli project?

We can add bootstrap to our angular-cli project by using the command - npm install bootstrap. In place of "install, we can use the letter ā€œiā€ also - npm i bootstrap. We install specific version of bootstrap, we can type the version, like - npm install bootstrap@3.3.7.