how to read config values angular 18 having config in kubernetes
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