feat(material/button): add support for tonal button#30638
feat(material/button): add support for tonal button#30638crisbeto merged 1 commit intoangular:mainfrom
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 |
|
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. |

Adds support for the tonal button appearance from the spec. It can be enabled by setting
matButton="tonal"on the button.Fixes #28809.