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
As per your comment, I'm assuming you want to do an ngFor on the HTML to display each one of the key-value pairs
{{properties[key]}} --> this is the value