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 c5482c9 commit d4a114bCopy full SHA for d4a114b
src/material-experimental/mdc-button/fab.ts
@@ -142,7 +142,7 @@ export class MatMiniFabButton extends MatButtonBase {
142
selector: `a[mat-fab]`,
143
templateUrl: 'button.html',
144
styleUrls: ['fab.css'],
145
- inputs: [...MAT_BUTTON_INPUTS, 'extended'],
+ inputs: [...MAT_ANCHOR_INPUTS, 'extended'],
146
host: {
147
...MAT_ANCHOR_HOST,
148
'[class.mdc-fab--extended]': 'extended',
0 commit comments