We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 540cda5 + cfd34e2 commit 03e6cddCopy full SHA for 03e6cdd
docs/pushNotifications.md
@@ -12,6 +12,7 @@ Import the `PushNotificationsModule` in to your `AppModule`
12
bootstrap: [AppComponent]
13
})
14
export class AppModule { }
15
+```
16
17
Now import the `PushNotificationsService` where you want to use it:
18
@@ -59,4 +60,4 @@ interface PushNotification {
59
60
```
61
62
Options correspond to the Notification interface of the Notification API:
-[Mozilla developer network](https://developer.mozilla.org/en-US/docs/Web/API/Notification).
63
+[Mozilla developer network](https://developer.mozilla.org/en-US/docs/Web/API/Notification).
0 commit comments