1 | <a style="float:right;font-size:12px;" href="http://github.com/ionic-team/ionic-native/edit/master/src/@ionic-native/plugins/local-notifications/index.ts#L477">
|
2 | Improve this doc
|
3 | </a>
|
4 |
|
5 | # Local Notifications
|
6 |
|
7 | ```
|
8 | $ ionic cordova plugin add cordova-plugin-local-notification
|
9 | $ npm install @ionic-native/local-notifications
|
10 | ```
|
11 |
|
12 | ## [Usage Documentation](https://ionicframework.com/docs/native/local-notifications/)
|
13 |
|
14 | Plugin Repo: [https://github.com/katzer/cordova-plugin-local-notifications](https://github.com/katzer/cordova-plugin-local-notifications)
|
15 |
|
16 | This plugin allows you to display local notifications on the device
|
17 |
|
18 | ## Supported platforms
|
19 |
|
20 | - Android
|
21 | - iOS
|
22 | - Windows
|
23 |
|
24 |
|
25 |
|