1 | import { InjectionToken, ModuleWithProviders } from '@angular/core';
|
2 | import { Options } from './interfaces/options.type';
|
3 | import * as i0 from "@angular/core";
|
4 | import * as i1 from "./components/simple-notifications/simple-notifications.component";
|
5 | import * as i2 from "./components/notification/notification.component";
|
6 | import * as i3 from "@angular/common";
|
7 | export declare const OPTIONS: InjectionToken<Options>;
|
8 | export declare function optionsFactory(options: any): any;
|
9 | export declare class SimpleNotificationsModule {
|
10 | static forRoot(options?: Options): ModuleWithProviders<SimpleNotificationsModule>;
|
11 | static ɵfac: i0.ɵɵFactoryDeclaration<SimpleNotificationsModule, never>;
|
12 | static ɵmod: i0.ɵɵNgModuleDeclaration<SimpleNotificationsModule, [typeof i1.SimpleNotificationsComponent, typeof i2.NotificationComponent], [typeof i3.CommonModule], [typeof i1.SimpleNotificationsComponent]>;
|
13 | static ɵinj: i0.ɵɵInjectorDeclaration<SimpleNotificationsModule>;
|
14 | }
|