docs(): add platforms

This commit is contained in:
Ibby Hadeed
2017-03-28 08:24:04 -04:00
parent ea88c9e4a8
commit 5aa484c024
33 changed files with 65 additions and 34 deletions
@@ -144,7 +144,8 @@ export interface ILocalNotification {
pluginName: 'LocalNotifications',
plugin: 'de.appplant.cordova.plugin.local-notification',
pluginRef: 'cordova.plugins.notification.local',
repo: 'https://github.com/katzer/cordova-plugin-local-notifications'
repo: 'https://github.com/katzer/cordova-plugin-local-notifications',
platforms: ['Android', 'iOS', 'Windows']
})
@Injectable()
export class LocalNotifications {