First of what you need to is to
Install Bootstrap using NPM
npm install --save bootstrap
then
go for
writing this statement in which component you have to use bootstrap, This works in my case.
import 'bootstrap/dist/css/bootstrap.css';
CSS Styling will start working. :)
Happy Coding!