UNPKG

992 BTypeScriptView Raw
1import { InjectionToken, ModuleWithProviders } from '@angular/core';
2import { Options } from './interfaces/options.type';
3import * as i0 from "@angular/core";
4import * as i1 from "./components/simple-notifications/simple-notifications.component";
5import * as i2 from "./components/notification/notification.component";
6import * as i3 from "@angular/common";
7export declare const OPTIONS: InjectionToken<Options>;
8export declare function optionsFactory(options: any): any;
9export 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}