Skip to content

Commit 71c72e2

Browse files
authored
Merge pull request #23 from AmitMY/patch-1
fix typo "falase" -> "false"
2 parents 6017352 + 33781c5 commit 71c72e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ Other modules in your application like for lazy loading import ` MatSelectCountr
122122
| icon | `Input()` | `string` | `add` | material icon string e.g: home, mail, phone [see more](https://material.io/resources/icons/?style=baseline)
123123
| direction | `Input()` | `MatFabMenuDirection` | `top` | the direction of buttons: `'top' | 'bottom' | 'left' | 'right';`
124124
| 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
126126
| disabled | `Input()` | `boolean` | `false` | Whether the component is disabled
127127
| closeAfterSelection | `Input()` | `boolean` | `true` | Close after selecting a fab menu item
128128
| onFabMenuItemSelected | `Output()` | `EventEmitter<string \| number>` | - | emits the selected button by id

0 commit comments

Comments
 (0)