src/app/component/dialog/dialog.component.ts
selector | stbui-dialog |
styleUrls | ./dialog.component.scss |
templateUrl | ./dialog.component.html |
Properties |
Methods |
ngAfterContentInit |
ngAfterContentInit()
|
Returns :
void
|
dialogActions |
Type : QueryList<DialogActionsDirective>
|
Decorators :
@ContentChildren(DialogActionsDirective)
|
dialogContent |
Type : QueryList<DialogContentDirective>
|
Decorators :
@ContentChildren(DialogContentDirective)
|
dialogTitle |
Type : QueryList<DialogTitleDirective>
|
Decorators :
@ContentChildren(DialogTitleDirective)
|
./dialog.component.scss