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

4 lines (3 loc) 165 B
export * from './lib/runtime-config-loader.module'; export * from './lib/runtime-config'; export * from './lib/runtime-config-loader/runtime-config-loader.service';