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

Represents the template that replaces each thought row in the ChainOfThought component. The current Thought item is available as the $implicit template value.

Definition

Package:@progress/kendo-angular-conversational-ui

Selector:[kendoThoughtTemplate]

Syntax:

html
<kendo-chainofthought [thoughts]="thoughts">
  <ng-template kendoThoughtTemplate let-thought>
    <div>{{ thought.label }}</div>
  </ng-template>
</kendo-chainofthought>
In this article
Definition
Not finding the help you need?
Contact Support