add css when the component is used in one place in the app and not in another css angular code example
Example 1: ng-deep
::ng-deep{
// some css
}
Example 2: angular inline component
> ng generate component --inlineTemplate=true --inlineStyle=true