I have a data-table with some data, on a click at any row we get some detail information, the details come from JSON File and i want to rename the value with key value. Because the data looks like "some_information" and i wanna show somenthing like "Some information"
I was thinking i could do it with map in child Component, or with ngSwitch Loop in child html file. But it's not working.