I Use Angular 6.0.0 and cannot update it due to some reasons. I get some jsons from API calls which are completely unknown either depth or key/values and I need to show them in my page as follow:
key a: value a
key b: value b
key b1: value b1
key b2: value b2
key c: value c
.
.
.
How do you suggest to do this?
Should I do this in my component or in HTML template?