Service for opening non-modal popovers anchored to a DOM element
using the native HTML5 Popover API ([popover],
showPopover()).
Ideal for context menus, rich tooltips, dropdown panels, and any
content that should float above the page without blocking
interaction with the rest of the UI.
Service for opening non-modal popovers anchored to a DOM element using the native HTML5 Popover API (
[popover],showPopover()).Ideal for context menus, rich tooltips, dropdown panels, and any content that should float above the page without blocking interaction with the rest of the UI.
Content components implement UIPopoverContent and receive a PopoverRef via dependency injection.
Example