this is my data of covid19 get from postman.
how to print this kind of data showing
Cannot find a differ supporting object '[object Object]' of type 'object'. NgFor only supports binding
"Andaman and Nicobar Islands": {
"districtData": {
"Nicobars": {
"notes": "",
"active": 0,
"confirmed": 0,
"deceased": 0,
"recovered": 0,
"delta": {
"confirmed": 0,
"deceased": 0,
"recovered": 0
}
},
"North and Middle Andaman": {
"notes": "",
"active": 0,
"confirmed": 1,
"deceased": 0,
"recovered": 1,
"delta": {
"confirmed": 0,
"deceased": 0,
"recovered": 0
}
},
"South Andaman": {
"notes": "",
"active": 0,
"confirmed": 32,
"deceased": 0,
"recovered": 32,
"delta": {
"confirmed": 0,
"deceased": 0,
"recovered": 0
}
}
},
`enter code here`
"statecode": "AN"
}