angular9-notifications-gpu
Version:
> A light and easy to use notifications library for Angular 2. ~~It features both regular page notifications (toasts) and push notifications.~~
11 lines (10 loc) • 582 B
TypeScript
export * from './lib/components/notification/notification.component';
export * from './lib/components/simple-notifications/simple-notifications.component';
export * from './lib/enums/notification-animation-type.enum';
export * from './lib/enums/notification-type.enum';
export * from './lib/interfaces/icons';
export * from './lib/interfaces/notification-event.type';
export * from './lib/interfaces/notification.type';
export * from './lib/interfaces/options.type';
export * from './lib/services/notifications.service';
export * from './lib/simple-notifications.module';