New to Kendo UI for Angular? Start a free 30-day trial
KENDO_INLINEAIPROMPT
Utility array that contains all InlineAIPrompt related components and directives.
ts
import { Component } from '@angular/core';
import { KENDO_INLINEAIPROMPT } from '@progress/kendo-angular-conversational-ui';
@Component({
standalone: true,
imports: [KENDO_INLINEAIPROMPT],
selector: 'my-app',
template: `<kendo-inlineaiprompt></kendo-inlineaiprompt>`
})
export class AppComponent {}