UNPKG

@ionic/angular

Version:

Angular specific wrappers for @ionic/core

9 lines (8 loc) 230 B
export interface IonicGlobal { config?: any; asyncQueue?: boolean; } export interface IonicWindow extends Window { Ionic: IonicGlobal; __zone_symbol__requestAnimationFrame?: (ts: FrameRequestCallback) => number; }