UNPKG

ionic-angular

Version:

A powerful framework for building mobile and progressive web apps with JavaScript and Angular

11 lines (10 loc) 163 B
/** * @hidden */ export declare class QueryParams { data: { [key: string]: any; }; parseUrl(url: string): void; get(key: string): any; }