UNPKG

ngx-toast-notifications

Version:
9 lines (8 loc) 550 B
export { ToastNotificationCoreModule } from './core/toast-notification-core.module'; export { ToastNotificationClientModule } from './client/toast-notification-client.module'; export { ToastNotifications } from './core/toast-natifications'; export { ToastNotificationsModule } from './toast-notifications.module'; export { ToastNotificationsConfig, ToastType, TOAST_NOTIFICATIONS_CONFIG } from './toast-notifications.config'; export { ToastConfig } from './toast.config'; export { Toaster } from './toaster'; export { Toast } from './toast';