New to Kendo UI for Angular? Start a free 30-day trial
PopoverActionsTemplateDirective
Updated on Oct 31, 2025
Represents the Kendo UI Popover actions template directive for Angular.
Use the kendoPopoverActionsTemplate directive to define a custom actions template for the Popover component.
To define the template, nest an <ng-template> tag
with the kendoPopoverActionsTemplate directive inside the <kendo-popover> tag.
html
<kendo-popover>
<ng-template kendoPopoverActionsTemplate>
Custom Actions
</ng-template>
</kendo-popover>
Selector
[kendoPopoverActionsTemplate]