Closed
Description
Bug, feature request, or proposal:
MdButtonDirective
should have an [mdButton]
select. As of version beta.10, all dash-cased directives are deprecated in favour of their camelCased equivalents.
- Release notes: https://github.com/angular/material2/blob/master/CHANGELOG.md#deprecations
- Directives affected: https://github.com/angular/material2/blob/master/src/lib/button/button.ts#L40
What is the expected behavior?
This should give us a high-quality material button:
<button [mdButton|mdRaisedButton|mdIconButton]>Look how beautiful I am!</button>
What is the current behavior?
The mdButton
selectors aren't supported yet.
Which versions of Angular, Material, OS, TypeScript, browsers are affected?
2.0.0-beta.10
Is there anything else we should know?
Everyone working on this material project is doing an outstanding job.