New to Kendo UI for AngularStart a free 30-day trial

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>

Definition

Package:@progress/kendo-angular-tooltip

Selector:[kendoPopoverActionsTemplate]

In this article
Definition
Not finding the help you need?
Contact Support