We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d75c3 commit 864f92eCopy full SHA for 864f92e
src/material-experimental/mdc-button/button.html
@@ -4,12 +4,12 @@
4
[class.mdc-fab__ripple]="_isFab"
5
[class.mdc-icon-button__ripple]="_isIconButton"></span>
6
7
-<ng-content select=".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd])">
+<ng-content select=".material-icons:not([iconPositionEnd]), mat-icon:not([iconPositionEnd]), [matButtonIcon]:not([iconPositionEnd])">
8
</ng-content>
9
10
<span class="mdc-button__label"><ng-content></ng-content></span>
11
12
-<ng-content select=".material-icons[iconPositionEnd], mat-icon[iconPositionEnd]">
+<ng-content select=".material-icons[iconPositionEnd], mat-icon[iconPositionEnd], [matButtonIcon][iconPositionEnd]">
13
14
15
<!--
0 commit comments