New to Kendo UI for Angular? Start a free 30-day trial
PopoverTitleTemplateDirective
Represents the Kendo UI Popover title template directive for Angular.
Use the kendoPopoverTitleTemplate
directive to define a custom title template for the Popover component.
To define the template, nest an <ng-template>
tag
with the kendoPopoverTitleTemplate
directive inside the <kendo-popover>
tag.
html
<kendo-popover>
<ng-template kendoPopoverTitleTemplate>
Custom Title
</ng-template>
</kendo-popover>
Selector
[kendoPopoverTitleTemplate]