PopupRef
Holds references to the object instance of the Popup.
Controls the Popups which are opened through PopupService
(see example).
close
Function
Closes and destroys the Popup.
content
ComponentRef<any>
A reference to the child component of the Popup. Available when the
Popup is opened with content
.
popup
ComponentRef<PopupComponent>
A reference to the Popup instance.
popupAnchorViewportLeave
EventEmitter<any>
Fires when the anchor is scrolled outside the screen boundaries (see example).
popupClose
EventEmitter<any>
Fires after the component is closed.
popupElement
HTMLElement
A reference to the HTML element of the Popup.
popupOpen
EventEmitter<any>
Fires after the component is opened and the opening animation ends.
popupPositionChange
EventEmitter<any>
Fires after the component is opened and the Popup is positioned.