mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-23 05:58:26 +08:00
chore(): update to latest stencil
This commit is contained in:
@ -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 {
|
||||
|
||||
|
Reference in New Issue
Block a user