How can I remove Bootstrap from my Angular project?
问题 I am attempting to use Material Design Bootstrap (MDB) in my Angular project. However, when I use an angular bootstrap component, it seems standard bootstrap interferes with the styling. Whats the best way to fully remove bootstrap from my angular project so my components are only styled by angular bootstrap? Edit angular.json "styles": [ "node_modules/@fortawesome/fontawesome-free/scss/fontawesome.scss", "node_modules/@fortawesome/fontawesome-free/scss/solid.scss", "node_modules/@fortawesome