ionic-angular
Version:
A powerful framework for building mobile and progressive web apps with JavaScript and Angular
10 lines (9 loc) • 325 B
TypeScript
import { InjectionToken } from '@angular/core';
import { PlatformConfig } from './platform';
export declare const PLATFORM_CONFIGS: {
[key: string]: PlatformConfig;
};
export declare const PlatformConfigToken: InjectionToken<any>;
export declare function providePlatformConfigs(): {
[key: string]: PlatformConfig;
};