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