From cfd34e29560947b7c0196336a7bda6fd187deed6 Mon Sep 17 00:00:00 2001 From: Fabien Salathe Date: Tue, 10 Jan 2017 19:10:10 +0100 Subject: [PATCH] Fix missing ``` --- docs/pushNotifications.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pushNotifications.md b/docs/pushNotifications.md index 2f2b742..e7619c9 100644 --- a/docs/pushNotifications.md +++ b/docs/pushNotifications.md @@ -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: @@ -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). \ No newline at end of file +[Mozilla developer network](https://developer.mozilla.org/en-US/docs/Web/API/Notification).