File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Other modules in your application like for lazy loading import ` MatSelectCountr
122
122
| icon | ` Input() ` | ` string ` | ` add ` | material icon string e.g: home, mail, phone [ see more] ( https://material.io/resources/icons/?style=baseline )
123
123
| direction | ` Input() ` | ` MatFabMenuDirection ` | ` top ` | the direction of buttons: ` 'top' | 'bottom' | 'left' | 'right'; `
124
124
| color | ` Input() ` | ` ThemePalette ` | ` accent ` | the color of the main fab: primary, accent or warn
125
- | isActive | ` Input() ` | ` boolean ` | ` falase ` | Whether the component is active
125
+ | isActive | ` Input() ` | ` boolean ` | ` false ` | Whether the component is active
126
126
| disabled | ` Input() ` | ` boolean ` | ` false ` | Whether the component is disabled
127
127
| closeAfterSelection | ` Input() ` | ` boolean ` | ` true ` | Close after selecting a fab menu item
128
128
| onFabMenuItemSelected | ` Output() ` | ` EventEmitter<string \| number> ` | - | emits the selected button by id
You can’t perform that action at this time.
0 commit comments