We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0854a8 commit 5356aa2Copy full SHA for 5356aa2
2 files changed
goldens/material/button/index.api.md
@@ -66,7 +66,11 @@ export type MatFabAnchor = MatFabButton;
66
67
// @public
68
export class MatFabButton extends MatButtonBase {
69
+<<<<<<< Updated upstream
70
constructor(...args: unknown[]);
71
+=======
72
+ constructor();
73
+>>>>>>> Stashed changes
74
expanded: boolean;
75
// (undocumented)
76
extended: boolean;
src/material/button/fab.ts
@@ -77,8 +77,6 @@ export class MatFabButton extends MatButtonBase {
77
/** Whether the extended-FAB is currently expanded. Has no effect on non-extended FABs. */
78
@Input({transform: booleanAttribute}) expanded: boolean = true;
79
80
- constructor(...args: unknown[]);
81
-
82
constructor() {
83
super();
84
this._options = this._options || defaults;
0 commit comments