MOBILE-3523 emulator: Change some wrong comments
parent
59d4e189c8
commit
d332c7e1d4
|
@ -24,7 +24,7 @@ import * as moment from 'moment';
|
||||||
import { Subject, Observable } from 'rxjs';
|
import { Subject, Observable } from 'rxjs';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Emulates the Cordova Globalization plugin in desktop apps and in browser.
|
* Emulates the Local Notifications plugin in desktop apps and in browser.
|
||||||
*/
|
*/
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class LocalNotificationsMock extends LocalNotifications {
|
export class LocalNotificationsMock extends LocalNotifications {
|
||||||
|
|
|
@ -17,7 +17,7 @@ import { Network } from '@ionic-native/network';
|
||||||
import { Observable, Subject } from 'rxjs';
|
import { Observable, Subject } from 'rxjs';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Emulates the Cordova Globalization plugin in desktop apps and in browser.
|
* Emulates the Ionic Network plugin in desktop apps and in browser.
|
||||||
*/
|
*/
|
||||||
@Injectable()
|
@Injectable()
|
||||||
export class NetworkMock extends Network {
|
export class NetworkMock extends Network {
|
||||||
|
|
Loading…
Reference in New Issue