Has anyone successfully isolated Bootstrap's css file to just one Angular component?
I've encountered issues when including the file globally in styles.css
or in .angular-cli.json
, as the global styles affect other components that shouldn't be using bootstrap. I attempted to import it from the component's CSS file, but the styles didn't display correctly...
My current setup involves Angular 5 and Angular Cli 1.7.2.