mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
chore(angular): update angular tests to ng v6 and latest stencil
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
|
||||
import { EventEmitter, Injectable } from '@angular/core';
|
||||
import { proxyEvent } from '../util/util';
|
||||
import { PlatformConfig, detectPlatforms } from '@ionic/core';
|
||||
import { proxyEvent } from '../util/util';
|
||||
|
||||
|
||||
@Injectable()
|
||||
export class Platform {
|
||||
@ -37,7 +37,6 @@ export class Platform {
|
||||
resize = new EventEmitter<Event>();
|
||||
|
||||
constructor() {
|
||||
|
||||
proxyEvent(this.pause, document, 'pause');
|
||||
proxyEvent(this.resume, document, 'resume');
|
||||
proxyEvent(this.backButton, document, 'backbutton');
|
||||
|
Reference in New Issue
Block a user