@hivegpt/angular
Version:
An Angular component for integrating HiveGPT chatbot into your application.
13 lines (12 loc) • 793 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./components/chatbot/chatbot.component";
import * as i2 from "./components/chat-drawer/chat-drawer.component";
import * as i3 from "@angular/common";
import * as i4 from "@angular/material/icon";
import * as i5 from "@angular/material/sidenav";
import * as i6 from "@angular/forms";
export declare class HiveGptModule {
static ɵfac: i0.ɵɵFactoryDeclaration<HiveGptModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<HiveGptModule, [typeof i1.ChatBotComponent, typeof i2.ChatDrawerComponent], [typeof i3.CommonModule, typeof i4.MatIconModule, typeof i5.MatSidenavModule, typeof i6.FormsModule], [typeof i1.ChatBotComponent, typeof i2.ChatDrawerComponent]>;
static ɵinj: i0.ɵɵInjectorDeclaration<HiveGptModule>;
}