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

Defines a template for displaying fully custom Chat message bubbles for the other users.

To define a message template, nest an <ng-template> tag with the kendoChatReceiverMessageTemplate directive inside the <kendo-chat> component. The template context is set to the message instance. For more information, refer to the article on message templates.

Definition

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

Selector:[kendoChatReceiverMessageTemplate]

Syntax:

html
<kendo-chat>
  <ng-template kendoChatReceiverMessageTemplate let-message>
    <div>Message: {{ message.text }}</div>
  </ng-template>
</kendo-chat>
In this article
Definition
Not finding the help you need?
Contact Support