📅  最后修改于: 2022-03-11 14:56:44.711000             🧑  作者: Mango
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"