I am using kubernetes and have a path as “app/config/tokenized” which is mapped to my (“configmap.yaml” -> data) inside it i have key values.
How to read those key values in angular 18. it’s my first time with angular or type scripts
configmap.yaml structure:
I want the values of AppEnvNamePrefix, CacheExpiry, ApiBaseUrl in my angular code
3