1
1
<p align =" center " >
2
2
<img alt="angular-material-extensions's logo"
3
- height="256px" width="256px" style="text-align: center;"
3
+ height="256px" width="256px" style="text-align: center;"
4
4
src="https://cdn.jsdelivr.net/gh/angular-material-extensions/fab-menu@master/assets/angular-material-extensions-logo.svg">
5
5
</p >
6
6
32
32
Do you have any question or suggestion ? Please do not hesitate to contact us!
33
33
Alternatively, provide a PR | open an appropriate issue [ here] ( https://github.com/angular-material-extensions/fab-menu/issues )
34
34
35
- If you like this project, support [ angular-material-extensions] ( https://github.com/angular-material-extensions )
35
+ If you like this project, support [ angular-material-extensions] ( https://github.com/angular-material-extensions )
36
36
by starring :star : and sharing it :loudspeaker :
37
37
38
38
## Table of Contents
@@ -81,7 +81,7 @@ Now add the library via the `angular schematics`
81
81
ng add @angular-material-extensions/fab-menu
82
82
```
83
83
84
- ## 2. Install via * npm* . (Alternative)
84
+ ## 2. Install via * npm* . (Alternative)
85
85
86
86
Now install ` @angular-material-extensions/fab-menu ` via:
87
87
``` shell
@@ -128,7 +128,7 @@ Other modules in your application like for lazy loading import ` MatSelectCountr
128
128
| isActive | ` Input() ` | ` boolean ` | ` falase ` | Whether the component is active
129
129
| disabled | ` Input() ` | ` boolean ` | ` false ` | Whether the component is disabled
130
130
| closeAfterSelection | ` Input() ` | ` boolean ` | ` true ` | Close after selecting a fab menu item
131
- | onFabMenuItemSelected | ` Output() ` | ` EventEmitter<string | number> ` | - | emits the selected button by id
131
+ | onFabMenuItemSelected | ` Output() ` | ` EventEmitter<string \ | number> ` | - | emits the selected button by id
132
132
133
133
### Methods
134
134
@@ -163,7 +163,7 @@ type MatFabMenuDirection = 'top' | 'bottom' | 'left' | 'right';
163
163
## [ Usage] ( https://angular-material-extensions.github.io/fab-menu )
164
164
165
165
``` html
166
- <mat-fab-menu color =" primary"
166
+ <mat-fab-menu color =" primary"
167
167
[fabButtons] =" fabButtonsRandom" >
168
168
</mat-fab-menu >
169
169
```
@@ -217,7 +217,7 @@ fabCountries: MatFabMenu[] = [
217
217
```
218
218
219
219
``` html
220
- <mat-fab-menu color =" primary"
220
+ <mat-fab-menu color =" primary"
221
221
[fabButtons] =" fabButtonsRandom" >
222
222
</mat-fab-menu >
223
223
```
@@ -228,7 +228,7 @@ fabCountries: MatFabMenu[] = [
228
228
</p >
229
229
230
230
``` html
231
- <mat-fab-menu color =" primary"
231
+ <mat-fab-menu color =" primary"
232
232
direction =" bottom"
233
233
[fabButtons] =" fabButtonsRandom" >
234
234
</mat-fab-menu >
@@ -240,7 +240,7 @@ fabCountries: MatFabMenu[] = [
240
240
</p >
241
241
242
242
``` html
243
- <mat-fab-menu color =" primary"
243
+ <mat-fab-menu color =" primary"
244
244
direction =" left"
245
245
[fabButtons] =" fabButtonsRandom" >
246
246
</mat-fab-menu >
@@ -252,7 +252,7 @@ fabCountries: MatFabMenu[] = [
252
252
</p >
253
253
254
254
``` html
255
- <mat-fab-menu color =" primary"
255
+ <mat-fab-menu color =" primary"
256
256
direction =" right"
257
257
[fabButtons] =" fabButtonsRandom" >
258
258
</mat-fab-menu >
@@ -302,7 +302,7 @@ $ npm start
302
302
+ Drop an email to:
[ Anthony Nahas
] ( mailto:[email protected] )
303
303
+ or open an appropriate [ issue] ( https://github.com/angular-material-extensions/fab-menu/issues )
304
304
+ let us chat on [ Gitter] ( https://gitter.im/angular-material-extensions/Lobby )
305
-
305
+
306
306
Built by and for developers :heart : we will help you :punch :
307
307
308
308
---
@@ -318,4 +318,3 @@ This project is supported by [jetbrains](https://www.jetbrains.com/) with 1 ALL
318
318
## License
319
319
320
320
Copyright (c) 2019 [ Anthony Nahas] ( https://github.com/AnthonyNahas ) . Licensed under the MIT License (MIT)
321
-
0 commit comments