UNPKG

ngx-toasta

Version:

Simple and clean Angular Toast component that shows growl-style notifications and messages for your web app

19 lines (18 loc) 965 B
import { ModuleWithProviders } from '@angular/core'; import { ToastaService, ToastaConfig, toastaServiceFactory } from './toasta.service'; import * as i0 from "@angular/core"; import * as i1 from "./toast.component"; import * as i2 from "./toasta.component"; import * as i3 from "./shared"; import * as i4 from "@angular/common"; export declare let providers: (typeof ToastaConfig | { provide: typeof ToastaService; useFactory: typeof toastaServiceFactory; deps: (typeof ToastaConfig)[]; })[]; export declare class ToastaModule { static forRoot(): ModuleWithProviders<ToastaModule>; static ɵfac: i0.ɵɵFactoryDeclaration<ToastaModule, never>; static ɵmod: i0.ɵɵNgModuleDeclaration<ToastaModule, [typeof i1.ToastComponent, typeof i2.ToastaComponent, typeof i3.SafeHtmlPipe], [typeof i4.CommonModule], [typeof i1.ToastComponent, typeof i2.ToastaComponent]>; static ɵinj: i0.ɵɵInjectorDeclaration<ToastaModule>; }