<ng-template> element.
:) in the
triggers property.
How would you like to greet me?
{{ popover.isOpen() ? 'open' : 'closed' }}
{{ lastShown | date: 'h:mm:ss' }}
{{ lastHidden | date: 'h:mm:ss' }}
Set the container property to "body" to have the popover
be appended to the body instead of the triggering element's parent.
This option is useful if the element triggering the popover is inside
an element that clips its contents (i.e.
overflow: hidden).
When using non-manual triggers, you can control the delay to open and close the popover through the openDelay and closeDelay properties. Note that the autoClose feature does not use the close delay, it closes the popover immediately.
ng-template element.