UNPKG

919 BTypeScriptView Raw
1import { ModuleWithProviders } from '@angular/core';
2import { GlobalConfig } from './toastr-config';
3import * as i0 from "@angular/core";
4import * as i1 from "./toast.component";
5export declare class ToastrModule {
6 static forRoot(config?: Partial<GlobalConfig>): ModuleWithProviders<ToastrModule>;
7 static ɵfac: i0.ɵɵFactoryDeclaration<ToastrModule, never>;
8 static ɵmod: i0.ɵɵNgModuleDeclaration<ToastrModule, never, [typeof i1.Toast], [typeof i1.Toast]>;
9 static ɵinj: i0.ɵɵInjectorDeclaration<ToastrModule>;
10}
11export declare class ToastrComponentlessModule {
12 static forRoot(config?: Partial<GlobalConfig>): ModuleWithProviders<ToastrModule>;
13 static ɵfac: i0.ɵɵFactoryDeclaration<ToastrComponentlessModule, never>;
14 static ɵmod: i0.ɵɵNgModuleDeclaration<ToastrComponentlessModule, never, never, never>;
15 static ɵinj: i0.ɵɵInjectorDeclaration<ToastrComponentlessModule>;
16}