I have made an Angular Elements web component. It works fine just apart from the styling. The only time the styling actually works is when using ViewEncapsulation.None
. However, when doing this the styling is affected by the parent web page.
Is there a way to make the Angular Component work totally independent from the parent web page styling?
Thank you in advance...