@ionic/angular
Version:
Angular specific wrappers for @ionic/core
13 lines (12 loc) • 356 B
TypeScript
export interface IonicGlobal {
config?: any;
asyncQueue?: boolean;
}
export interface IonicWindow extends Window {
Ionic: IonicGlobal;
__zone_symbol__requestAnimationFrame?: (ts: FrameRequestCallback) => number;
}
export interface HTMLStencilElement extends HTMLElement {
componentOnReady?(): Promise<this>;
forceUpdate?(): void;
}