@progress/kendo-angular-conversational-ui
Version:
Kendo UI for Angular Conversational UI components
32 lines (31 loc) • 1.65 kB
TypeScript
/**-----------------------------------------------------------------------------------------
* Copyright © 2025 Progress Software Corporation. All rights reserved.
* Licensed under commercial license. See LICENSE.md in the project root for more information
*-------------------------------------------------------------------------------------------*/
import * as i0 from "@angular/core";
import * as i1 from "./inlineaiprompt.component";
import * as i2 from "./output-template.directive";
import * as i3 from "./localization/custom-messages.component";
/**
* Represents the [`NgModule`](link:site.data.urls.angular['ngmodules']) for the InlineAIPrompt component.
*
* @example
* ```ts
* import { NgModule } from '@angular/core';
* import { BrowserModule } from '@angular/platform-browser';
* import { InlineAIPromptModule } from '@progress/kendo-angular-conversational-ui';
* import { AppComponent } from './app.component';
*
* @NgModule({
* imports: [BrowserModule, InlineAIPromptModule],
* declarations: [AppComponent],
* bootstrap: [AppComponent]
* })
* export class AppModule {}
* ```
*/
export declare class InlineAIPromptModule {
static ɵfac: i0.ɵɵFactoryDeclaration<InlineAIPromptModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<InlineAIPromptModule, never, [typeof i1.InlineAIPromptComponent, typeof i2.InlineAIPromptOutputTemplateDirective, typeof i3.InlineAIPromptCustomMessagesComponent], [typeof i1.InlineAIPromptComponent, typeof i2.InlineAIPromptOutputTemplateDirective, typeof i3.InlineAIPromptCustomMessagesComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<InlineAIPromptModule>;
}