PopoverTitleTemplateDirective
Directive
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>
Definition
Package:@progress/kendo-angular-tooltip
Selector:[kendoPopoverTitleTemplate]