UNPKG
ng2-notifications
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
Angular 2 Component for Native System Notifications
github.com/alexcastillo/ng2-notifications
ng2-notifications
/
ng2-notifications.d.ts
7 lines
(6 loc)
•
254 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
PushNotificationComponent
}
from
'./src/app/components/notification.component'
;
export
*
from
'./src/app/components/notification.component'
;
declare
var
_default
: {
directives
:
typeof
PushNotificationComponent
[]; };
export
default
_default;