I just found the amazing Stackblitz online VS Code editor. I created an Angular project and under dependencies installed the Bootstrap CSS framework but how
In dependencies add "bootstrap" then click enter.
then write following line in styles.css in src folder
src
@import '~bootstrap/dist/css/bootstrap.min.css';