Creates a container for custom content displayed at the start of the message box.
To define a message box start affix template, nest an <ng-template> tag with the kendoChatMessageBoxStartAffixTemplate directive inside the <kendo-chat> tag.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:[kendoChatMessageBoxStartAffixTemplate]
Syntax:
html
<kendo-chat>
<ng-template kendoChatMessageBoxStartAffixTemplate>
<button kendoButton fillMode="flat" [svgIcon]="plusIcon"></button>
</ng-template>
</kendo-chat>