1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | import { ModuleWithProviders } from '@angular/core';
|
7 | import { NbChatOptions } from './chat.options';
|
8 | import * as i0 from "@angular/core";
|
9 | import * as i1 from "./chat.component";
|
10 | import * as i2 from "./chat-message.component";
|
11 | import * as i3 from "./chat-form.component";
|
12 | import * as i4 from "./chat-message-text.component";
|
13 | import * as i5 from "./chat-message-file.component";
|
14 | import * as i6 from "./chat-message-quote.component";
|
15 | import * as i7 from "./chat-message-map.component";
|
16 | import * as i8 from "./chat-avatar.component";
|
17 | import * as i9 from "./chat-custom-message.directive";
|
18 | import * as i10 from "./chat-title.directive";
|
19 | import * as i11 from "../shared/shared.module";
|
20 | import * as i12 from "../icon/icon.module";
|
21 | import * as i13 from "../input/input.module";
|
22 | import * as i14 from "../button/button.module";
|
23 | export 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 | }
|