chore(): update to latest stencil

This commit is contained in:
Manu Mtz.-Almeida
2018-04-23 17:46:44 +02:00
parent d5129df970
commit 51ac33192b
6 changed files with 2889 additions and 61 deletions

View File

@ -1,8 +1,12 @@
import { PlatformConfig } from '@ionic/core';
import { EventEmitter, Injectable } from '@angular/core';
import { proxyEvent } from '../util/util';
export interface PlatformConfig {
name: string;
isMatch: (win: Window) => boolean;
}
@Injectable()
export class Platform {