src/app/shared/drop-down/components/drop-down/drop-down.component.ts
changeDetection | ChangeDetectionStrategy.OnPush |
selector | drop-down |
templateUrl | ./drop-down.component.html |
Properties |
|
Methods |
|
Inputs |
Outputs |
constructor(overlay: Overlay, dropDownService: DropDownService)
|
|||||||||
Parameters :
|
attachToElement | |
Type : ElementRef
|
|
isOpen$ | |
Type : Observable<boolean>
|
|
onBackDropClick | |
Type : EventEmitter<any>
|
|
Private hide |
hide()
|
Returns :
void
|
ngOnDestroy |
ngOnDestroy()
|
Returns :
void
|
ngOnInit |
ngOnInit()
|
Returns :
void
|
Private show |
show()
|
Returns :
void
|
Private backDropClickSubscription |
Type : Subscription
|
Private contentTemplate |
Type : TemplatePortalDirective
|
Decorators :
@ViewChild(TemplatePortalDirective)
|
Private openSubscription |
Type : Subscription
|
Private overlayRef |
Type : OverlayRef
|