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

KENDO_CONVERSATIONALUI

Utility array that contains all @progress/kendo-angular-conversational-ui related components and directives.

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

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