I created a an Angular project and I cannot set properly the Bootstrap downloaded css styles. Even if I followed some instructions: https://www.tektutorialshub.com/angular/angular-global-css-styles/
Styles downloaded from: https://bootstrapmade.com/laura-free-creative-bootstrap-theme/
It was supposed to look like a nav-bar:


angular.jsonand seeing whether juststyle.cssworks?"assets": [ "src/assets" ], "styles": [ "src/assets/css/bootstrap.css" ],Seems like the assets list hassrc/assetsbut perhaps you're trying to includesrc/style.cssand its out of scope?