UNPKG

runtime-config-loader

Version:

Most applications require certain configuration values that can be changed at runtime of the app. The `environment.ts` files in an Angular application technically work for setting configuration values in an app, but those are buildtime configuration value

5 lines (4 loc) 101 B
export declare class RuntimeConfig { configUrl: string | string[]; constructor(obj?: any); }