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

[Feature] Add ability to use content-projection within go-panels #618

Closed
jaredami opened this issue Jul 9, 2020 · 0 comments · Fixed by #619
Closed

[Feature] Add ability to use content-projection within go-panels #618

jaredami opened this issue Jul 9, 2020 · 0 comments · Fixed by #619
Assignees
Labels
feature New feature request in progress Work on this issue is in progress

Comments

@jaredami
Copy link
Contributor

jaredami commented Jul 9, 2020

What is the feature that you would like to propose?

Currently, the go-panel has a panelContent Input which accepts html, but in order for styles to be applied to that html we would need to set encapsulation: ViewEncapsulation.None on the component which renders the action sheet containing the go-panel. We should add the ability to use content projection within a go-panel so that we can just project html with classes into the panel.

Example:
This will enable us to have complex, styled content within go-panels similar to this:
Screen Shot 2020-07-08 at 12 55 02 PM

@jaredami jaredami added in progress Work on this issue is in progress feature New feature request labels Jul 9, 2020
@jaredami jaredami self-assigned this Jul 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature request in progress Work on this issue is in progress
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant