angular2-toaster-2
Version:
An Angular Toaster Notification library based on AngularJS-Toaster
9 lines (8 loc) • 316 B
TypeScript
export * from './lib/toast.component';
export * from './lib/toaster-container.component';
export * from './lib/toaster.service';
export * from './lib/clearWrapper';
export * from './lib/toaster-config';
export * from './lib/toast';
export * from './lib/bodyOutputType';
export * from './lib/toaster.module';