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

PopoverBodyTemplateDirective

Represents the Kendo UI Popover body template directive for Angular. Use the kendoPopoverBodyTemplate directive to define a custom body template for the Popover component.

To define the template, nest an <ng-template> tag with the kendoPopoverBodyTemplate directive inside the <kendo-popover> tag.

html
<kendo-popover>
 <ng-template kendoPopoverBodyTemplate>
  Custom Body Content
 </ng-template>
</kendo-popover>

Selector

[kendoPopoverBodyTemplate]

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