New to Kendo UI for Angular? Start a free 30-day trial
PopoverActionsTemplateDirective
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]