Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit dd3637f

Browse files
blaketastic2trimox
authored andcommitted
fix(fab): Remove duplicate HostBinding (#74)
1 parent 31a278a commit dd3637f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/lib/fab/fab.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ export class FabComponent implements OnChanges {
5252
@HostBinding('tabindex') get tabindex(): number {
5353
return this.disabled ? -1 : 0;
5454
}
55-
@HostBinding('class.mdc-fab') isHostClass = true;
5655
@HostBinding('class.material-icons') classMaterialIcons: string = 'material-icons';
5756
@HostBinding('class.mdc-fab--mini') get classMini(): string {
5857
return this.mini ? 'mdc-fab--mini' : '';

0 commit comments

Comments
 (0)