ChatUserStatusTemplateDirective
Directive
Defines a template for displaying user status in the Chat.
To define a user status template, nest an <ng-template> tag with the kendoChatUserStatusTemplate directive inside the <kendo-chat> component.
For more information, refer to the article on message templates.
Definition
Package:@progress/kendo-angular-conversational-ui
Selector:[kendoChatUserStatusTemplate]
Syntax:
html
<kendo-chat>
<ng-template kendoChatUserStatusTemplate let-status>
<div>{{ status }}</div>
</ng-template>
</kendo-chat>