UNPKG

2.17 kBTypeScriptView Raw
1/**
2 * @license
3 * Copyright Akveo. All Rights Reserved.
4 * Licensed under the MIT License. See License.txt in the project root for license information.
5 */
6import { ModuleWithProviders } from '@angular/core';
7import { NbChatOptions } from './chat.options';
8import * as i0 from "@angular/core";
9import * as i1 from "./chat.component";
10import * as i2 from "./chat-message.component";
11import * as i3 from "./chat-form.component";
12import * as i4 from "./chat-message-text.component";
13import * as i5 from "./chat-message-file.component";
14import * as i6 from "./chat-message-quote.component";
15import * as i7 from "./chat-message-map.component";
16import * as i8 from "./chat-avatar.component";
17import * as i9 from "./chat-custom-message.directive";
18import * as i10 from "./chat-title.directive";
19import * as i11 from "../shared/shared.module";
20import * as i12 from "../icon/icon.module";
21import * as i13 from "../input/input.module";
22import * as i14 from "../button/button.module";
23export declare class NbChatModule {
24 static forRoot(options?: NbChatOptions): ModuleWithProviders<NbChatModule>;
25 static forChild(options?: NbChatOptions): ModuleWithProviders<NbChatModule>;
26 static ɵfac: i0.ɵɵFactoryDeclaration<NbChatModule, never>;
27 static ɵmod: i0.ɵɵNgModuleDeclaration<NbChatModule, [typeof i1.NbChatComponent, typeof i2.NbChatMessageComponent, typeof i3.NbChatFormComponent, typeof i4.NbChatMessageTextComponent, typeof i5.NbChatMessageFileComponent, typeof i6.NbChatMessageQuoteComponent, typeof i7.NbChatMessageMapComponent, typeof i8.NbChatAvatarComponent, typeof i9.NbChatCustomMessageDirective, typeof i10.NbChatTitleDirective], [typeof i11.NbSharedModule, typeof i12.NbIconModule, typeof i13.NbInputModule, typeof i14.NbButtonModule], [typeof i1.NbChatComponent, typeof i2.NbChatMessageComponent, typeof i3.NbChatFormComponent, typeof i4.NbChatMessageTextComponent, typeof i5.NbChatMessageFileComponent, typeof i6.NbChatMessageQuoteComponent, typeof i7.NbChatMessageMapComponent, typeof i8.NbChatAvatarComponent, typeof i9.NbChatCustomMessageDirective, typeof i10.NbChatTitleDirective]>;
28 static ɵinj: i0.ɵɵInjectorDeclaration<NbChatModule>;
29}