Skip to content

Commit ef55633

Browse files
Update README.md
1 parent 403c030 commit ef55633

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,13 @@ import * as LocalNotifications from "nativescript-local-notifications";
3535
LocalNotifications.hasPermission()
3636
```
3737

38-
## Usage
39-
38+
## Demo app (XML)
4039
If you want a quickstart, [clone our demo app](https://github.com/EddyVerbruggen/nativescript-local-notifications-demo).
4140

41+
42+
## Demo app (Angular)
43+
This plugin is part of the [plugin showcase app](https://github.com/EddyVerbruggen/nativescript-pluginshowcase/tree/master/app/feedback) I built using Angular.
44+
4245
### schedule
4346
On iOS you need to ask permission to schedule a notification.
4447
You can have the `schedule` funtion do that for you automatically (the notification will be scheduled in case the user granted permission),

0 commit comments

Comments
 (0)