New to Kendo UI for Angular? Start 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 {}