npm install --save bootstrap And in angular.json, **under build (not test)**: "styles": [ "node_modules/bootstrap/dist/css/bootstrap.min.css", "src/styles.css" ], Now re-run "ng serve"