New to Kendo UI for Angular? Start 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]