1 |
|
2 |
|
3 |
|
4 |
|
5 |
|
6 | import { ModuleWithProviders } from '@angular/core';
|
7 | import { NbToastrConfig } from './toastr-config';
|
8 | import * as i0 from "@angular/core";
|
9 | import * as i1 from "./toastr-container.component";
|
10 | import * as i2 from "./toast.component";
|
11 | import * as i3 from "../shared/shared.module";
|
12 | import * as i4 from "../cdk/overlay/overlay.module";
|
13 | import * as i5 from "../icon/icon.module";
|
14 | export declare class NbToastrModule {
|
15 | static forRoot(toastrConfig?: Partial<NbToastrConfig>): ModuleWithProviders<NbToastrModule>;
|
16 | static ɵfac: i0.ɵɵFactoryDeclaration<NbToastrModule, never>;
|
17 | static ɵmod: i0.ɵɵNgModuleDeclaration<NbToastrModule, [typeof i1.NbToastrContainerComponent, typeof i2.NbToastComponent], [typeof i3.NbSharedModule, typeof i4.NbOverlayModule, typeof i5.NbIconModule], never>;
|
18 | static ɵinj: i0.ɵɵInjectorDeclaration<NbToastrModule>;
|
19 | }
|