This commit is contained in:
Ibby Hadeed 2017-08-23 19:38:30 -04:00
parent aa4c3b3787
commit e6b0250d97

View File

@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';
import { Cordova, Plugin, CordovaInstance, checkAvailability, IonicNativePlugin } from '@ionic-native/core';
import { Observable } from 'rxjs/Observable';
declare var window: any;
declare const window: any;
export type EventResponse = RegistrationEventResponse & NotificationEventResponse & Error;
@ -196,7 +196,7 @@ export interface BrowserPushOptions {
/**
* URL for the push server you want to use.
* Default: http://push.api.phonegap.com/v1/push Optional.
* Default: http://push.api.phonegap.com/v1/push Optional.
*/
pushServiceURL?: string;