This commit is contained in:
Max Lynch
2015-12-01 18:47:24 -06:00
parent fb1e2e83da
commit 5198d6ec5f
37 changed files with 434 additions and 400 deletions
+11
View File
@@ -0,0 +1,11 @@
import {Plugin, Cordova} from './plugin';
@Plugin({
name: 'Push',
plugin: 'phonegap-plugin-push',
pluginRef: 'PushNotification'
})
export class Push {
@Cordova()
static init(options:any){};
}