Browse Source

feat: user can set a variable on the environment without extending

pull/12067/head
Mahmut Gundogdu 4 years ago
parent
commit
31fafcfb6f
  1. 3
      npm/ng-packs/packages/core/src/lib/models/environment.ts

3
npm/ng-packs/packages/core/src/lib/models/environment.ts

@ -10,6 +10,9 @@ export interface Environment {
oAuthConfig: AuthConfig;
production: boolean;
remoteEnv?: RemoteEnv;
customSettings?:{
[key:string]: any;
}
}
export interface ApplicationInfo {

Loading…
Cancel
Save