Currently I am working on a specialized web component built with angular elements, where I have some dependencies to prime ng and primeflex library, due to this I cannot enable ViewEncapsulation.ShadowDom, because prime ng has any issues with it. Also host application uses boostrap, and this bleeds into web component styles
What are the changes, solution to isolate somehow host styles to not bleed into web component?
Thanks.
I have tried different scoping solution, like importing bootstrap in app component styles, but with not so much success.