ng-angular-popup
Version:
A modern, lightweight, and customizable toast notification library for Angular applications
10 lines (9 loc) • 386 B
TypeScript
export * from './lib/ng-toast.service';
export * from './lib/ng-toast.component';
export * from './lib/toast-type.enum';
export * from './lib/toast-message.model';
export * from './lib/toaster-position.enum';
export * from './lib/toast-icon.directive';
export * from './lib/ng-toast.providers';
export * from './lib/demo/ng-toast-demo.component';
export * from './lib/ng-toast.module';