CitationBodyTemplateDirective
Directive
Represents the template that replaces the default content for each source in the Citation popover.
The current CitationSource item is available as the $implicit template value.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:[kendoCitationBodyTemplate]
Syntax:
html
<kendo-citation [sources]="sources">
<ng-template kendoCitationBodyTemplate let-source>
<h6>{{ source.title }}</h6>
</ng-template>
</kendo-citation>