npm install bootstrap
Configure angular.json
:
"styles": [
"node_modules/bootstrap/dist/css/bootstrap.min.css",
"styles.scss"
]
Import directly in src/style.css
:
@import '~bootstrap/dist/css/bootstrap.min.css';
after this i got this error:
ERROR in multi ./styles/bootstrap-4/css/bootstrap.min.css
./src/styles.css Module not found: Error: Can't resolve
'/Users/kobi.ktk/Documents/3yr/UI/a4app/styles/bootstrap-4/css/bootstrap.min.css'
in '/Users/kobi.ktk/Documents/3yr/UI/a4app'
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…