Skip to content

Commit f26b926

Browse files
committed
fix(lib): support string for mat fab menu id
1 parent 5d38424 commit f26b926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/angular-material-extensions/fab-menu/src/lib/mat-fab-menu.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import {speedDialFabAnimations} from './mat-fab-menu.animations';
33
import {ThemePalette} from '@angular/material';
44

55
export interface MatFabMenu {
6-
id: number;
6+
id: string | number;
77
icon?: string; // please use either icon or imgUrl
88
imgUrl?: string; // please use either icon or imgUrl
99
tooltip?: string;

0 commit comments

Comments
 (0)