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

KENDO_CHAT

Utility array that contains all Chat related components and directives.

ts
import { Component } from '@angular/core';
import { KENDO_CHAT } from '@progress/kendo-angular-conversational-ui';

@Component({
  standalone: true,
  imports: [KENDO_CHAT],
  selector: 'my-app',
  template: `<kendo-chat></kendo-chat>`
})
export class AppComponent {}
Not finding the help you need?
Contact Support