src/app/component/speed-dial/speed-dial.component.ts
| encapsulation | ViewEncapsulation.None |
| exportAs | stbuiSpeedDial |
| host | { |
| moduleId | module.id |
| selector | stbui-speed-dial |
| styleUrls | ./speed-dial.component.scss |
| templateUrl | ./speed-dial.component.html |
Properties |
Methods |
Inputs |
constructor(renderer: Renderer2)
|
||||||
|
Parameters :
|
| open | |
Type : boolean
|
|
Default value : false
|
|
| position | |
Type : Position
|
|
Default value : 'up'
|
|
| _getOrigin | ||||
_getOrigin(value)
|
||||
|
Parameters :
Returns :
string
|
| hide |
hide()
|
|
Returns :
void
|
| ngAfterContentInit |
ngAfterContentInit()
|
|
Returns :
void
|
| show |
show()
|
|
Returns :
void
|
| toggle |
toggle()
|
|
Returns :
void
|
| _actions |
Type : ElementRef
|
Decorators :
@ViewChild('actions', {static: false})
|
| _buttons |
Type : QueryList<MatButton>
|
Decorators :
@ContentChildren(MatButton)
|
./speed-dial.component.scss