ionic 4 how to iterate json object in view
{{item.key}}:{{item.value}}
Here is what the above code is Doing:
1. We are using the keyvalue pipe to iterate over the object.
2. We are using the *ngFor directive to iterate over the keyvalue pipe.
3. We are using the key and value properties of the keyvalue pipe to display the key and value of the object.