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>