UNPKG

ng-angular-popup

Version:

A modern, lightweight, and customizable toast notification library for Angular applications

8 lines (7 loc) 292 B
export * from './lib/ng-toast.service'; export * from './lib/ng-toast.component'; export * from './lib/ng-toast.module'; export * from './lib/toast-type.enum'; export * from './lib/toast-message.model'; export * from './lib/toaster-position.enum'; export * from './lib/toast-icon.directive';