Add Bootstrap 4 to Angular 6 or Angular 7 application
问题 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. 回答1: You need to do the