Popover Position

When popover has not enough space based on the configured placement, it will adjust accordingly trying to fit the screen.

Simple Popovers

In a simples form popover can take a string of text to render.

Such a wonderful day!
Indeed!
Hello! Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean. Template Popovers

You can pass a refference to `ng-template` to be rendered.

Component Popovers

Same way popover can render any angular compnoent.

Event Debouncing

Quickly move mouse cursor over the buttons, only the last popover will be created. It allows us to avoid excess white improving page performance.