UNPKG

325 BTypeScriptView Raw
1import { InjectionToken } from '@angular/core';
2import { PlatformConfig } from './platform';
3export declare const PLATFORM_CONFIGS: {
4 [key: string]: PlatformConfig;
5};
6export declare const PlatformConfigToken: InjectionToken<any>;
7export declare function providePlatformConfigs(): {
8 [key: string]: PlatformConfig;
9};