Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with Angular ShadowDom ViewEncapsulation #31

Open
marod424 opened this issue Jun 11, 2020 · 0 comments
Open

Does not work with Angular ShadowDom ViewEncapsulation #31

marod424 opened this issue Jun 11, 2020 · 0 comments

Comments

@marod424
Copy link

When an angular component uses ShadowDom ViewEncapsulation, ColumnCopy does not work.

https://angular.io/api/core/ViewEncapsulation#ShadowDom

I have a use case where I need to show raw email bodies in an Angular application. Those email bodies include custom styling, that often overrides application styling if ShadowDom encapsulation is not used. Unfortunately using ColumnCopy to copy data out of the email bodies has been essential for users of the application, however preserving the email style is also important to the product.

It would be great if ColumnCopy could find a way to work with Shadow DOM.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant