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

Creates a container for custom content displayed at the end of the message box.

To define a message box end affix template, nest an <ng-template> tag with the kendoChatMessageBoxEndAffixTemplate directive inside the <kendo-chat> tag.

Definition

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

Selector:[kendoChatMessageBoxEndAffixTemplate]

Syntax:

html
<kendo-chat>
  <ng-template kendoChatMessageBoxEndAffixTemplate>
    <button kendoButton fillMode="flat" [svgIcon]="plusIcon"></button>
  </ng-template>
</kendo-chat>
In this article
Definition
Not finding the help you need?
Contact Support