src/app/component/popover/popover.component.ts
| changeDetection | ChangeDetectionStrategy.OnPush |
| exportAs | stbuiPopover |
| moduleId | module.id |
| providers |
PopoverService
|
| selector | stbui-popover |
| styleUrls | ./popover.component.scss |
| templateUrl | ./popover.component.html |
Properties |
|
Methods |
constructor(_popoverService: PopoverService, changeDetectorRef: ChangeDetectorRef)
|
|||||||||
|
Parameters :
|
| close |
close()
|
|
Returns :
void
|
| ngAfterContentInit |
ngAfterContentInit()
|
|
Returns :
void
|
| open |
open()
|
|
Returns :
void
|
| toggle |
toggle()
|
|
Returns :
void
|
| Private _focusTrapElement |
Type : ElementRef
|
Decorators :
@ViewChild('focusTrapElement', {static: false})
|
| templateRef |
Type : TemplateRef<any>
|
Decorators :
@ViewChild(TemplateRef, {static: false})
|
./popover.component.scss