Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion docs/pushNotifications.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Import the `PushNotificationsModule` in to your `AppModule`
bootstrap: [AppComponent]
})
export class AppModule { }
```

Now import the `PushNotificationsService` where you want to use it:

Expand Down Expand Up @@ -59,4 +60,4 @@ interface PushNotification {
```

Options correspond to the Notification interface of the Notification API:
[Mozilla developer network](https://developer.mozilla.org/en-US/docs/Web/API/Notification).
[Mozilla developer network](https://developer.mozilla.org/en-US/docs/Web/API/Notification).