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

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>
In this article
Definition
Not finding the help you need?
Contact Support