UNPKG

angular2-notifications-zth

Version:

> A light and easy to use notifications library for Angular 2. ~~It features both regular page notifications (toasts) and push notifications.~~

8 lines (7 loc) 188 B
import { Notification } from './notification.type'; export interface NotificationEvent { add?: boolean; command: string; id?: string; notification?: Notification; }