I am working on Angular application using bootstrap 4.
I need help related to scss adding in my angular application.
My question is:
Bootstrap not working properly in Angular 6 / 7 / 8
I tried most of the solution over web nothing work for me
Only below code work for me
No need to change in angular.json
Directly add below line into style.css file
@import "../node_modules/bootstrap/dist/css/bootstrap.css"
because in angular.json already we are providing reference of style.css