I am getting a data of type ANY from the backend c# in angular .
It is coming in the form of object .
I want to convert this object into a type of Map<string, string[]>(); in Angular , so that i get VA as the key , and the 3 strings as the value .
Can anyone help me with this please ?