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 angular.json:
"styles": [ "node_modules/bootstrap/dist/css/bootstrap.min.css", "styles.css" ],
For me works just fine.