I am working on Angular application using bootstrap 4.
I need help related to scss adding in my angular application.
My question is:
- Is the way of adding bootstrap 4 scss same in Angular 6 and Angular 7 or not?
i.e.
npm install bootstrap --save
And, open angular.json file and add bootstrap file path to the styles section. Like:
"styles": [
"src/styles.css",
"node_modules/bootstrap/dist/css/bootstrap.min.css"
],
Is the above way is same for both the version of angular.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…