UNPKG

ng2-toasty

Version:

Angular2 Toasty component shows growl-style alerts and messages for your web app

15 lines (14 loc) 535 B
import { ModuleWithProviders } from "@angular/core"; export * from './src/toasty.service'; export * from './src/toasty.component'; export * from './src/toast.component'; export * from './src/shared'; import { ToastyService, ToastyConfig } from './src/toasty.service'; export declare let providers: (typeof ToastyConfig | { provide: typeof ToastyService; useFactory: (config: ToastyConfig) => ToastyService; deps: typeof ToastyConfig[]; })[]; export declare class ToastyModule { static forRoot(): ModuleWithProviders; }