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