From 3cc49938bbdca4689ace91d97f947d4933c21f75 Mon Sep 17 00:00:00 2001 From: Carlos Caballero Date: Sun, 18 Dec 2016 01:16:39 +0100 Subject: [PATCH] export Notification from notification.type --- components.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/components.d.ts b/components.d.ts index c114046..520b83e 100644 --- a/components.d.ts +++ b/components.d.ts @@ -2,6 +2,7 @@ export { SimpleNotificationsModule } from './src/simple-notifications.module'; export { SimpleNotificationsComponent } from './src/simple-notifications.component'; export { NotificationComponent } from './src/notification.component'; export { NotificationsService } from './src/notifications.service'; +export { Notification} from './src/notification.type'; export { MaxPipe } from './src/max.pipe'; export { PushNotificationsModule } from './src/push-notifications.module'; export { PushNotificationsService } from './src/push-notifications.service';