My question is very simple, I have a following JSON Typescript Object and I like to Iterate trought the JSON properties
{\"work_type\":\"Fabricación\",\"work_t
unfortunately seems to be NOT working (with keyvalue) with ANGULAR_9
see here for a comparison of full different way of doing: https://stackblitz.com/edit/angular9-iterate-on-object-attribute
otherwise the answer by defining a method to do the job is still working.