-
Notifications
You must be signed in to change notification settings - Fork 6.8k
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
feat(dialog): support adding and removing classes via dialogRef #14772
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll also need to update the API golds to reflect the new APIs, e.g.:
bazel run //tools/public_api_guard:cdk_overlay_api.accept
@jelbourn done, please take another look |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…lar#14772) * feat(dialog): support adding/removing panelClasses to open dialogRef Fixes angular#6206 * address comments
…lar#14772) * feat(dialog): support adding/removing panelClasses to open dialogRef Fixes angular#6206 * address comments
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This allows users to add/remove css classes to overlays/dialogs after they've been opened.
Fixes #6206