-
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(material/button): add support for tonal button #30638
Conversation
Deployed dev-app for 5693a07 to: https://ng-dev-previews-comp--pr-angular-components-30638-dev-8rktwxmd.web.app Note: As new commits are pushed to this pull request, this link is updated after the preview is rebuilt. |
266d614
to
072ad1d
Compare
oops, good catch. I've pushed a fix. |
Adds support for the tonal button appearance from the spec. It can be enabled by setting `matButton="tonal"` on the button. Fixes angular#28809.
072ad1d
to
5693a07
Compare
Why does it use |
Looks like an oversight not to include 'tonal' in the selectors and |
@crisbeto Any word on the two questions above? |
I intentionally didn't include an attribute selector for the tonal button, because long-term we want to switch to the |
Adds support for the tonal button appearance from the spec. It can be enabled by setting
matButton="tonal"
on the button.Fixes #28809.