mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
chore(): update to latest stencil
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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