angular-ai-chat-bot
Version:
Angular 6 AI Chat Bot module with Google Api
7 lines (5 loc) • 396 B
text/typescript
import {ChatWindowComponent as ChatBot} from './src/app/chat-window/chat-window.component';
import {DataService as ChatService} from "./src/app/services/data.service";
import {ChatInputComponent as ChatInput} from "./src/app/chat-input/chat-input.component";
import {ChatMsgComponent as ChatMsg} from "./src/app/chat-msg/chat-msg.component";
export {ChatService, ChatBot, ChatMsg, ChatInput };