Currently there are still duplicates of app configurations defined in both environment.model.ts and Config.java (e.g. app version, production flag, support email etc.).
We should make the backend config the source of truth and let frontend components fetch the backend configs via API call in config.service.ts.
Currently there are still duplicates of app configurations defined in both
environment.model.tsandConfig.java(e.g. app version, production flag, support email etc.).We should make the backend config the source of truth and let frontend components fetch the backend configs via API call in
config.service.ts.