confirmation_token: null
created_by: null
dob: "1995-04-09T18:30:00.000Z"
email : "[email protected]"
firstName : "yash"
fk_status_id : 2
id : 258
is_blocked : false
This is my json file that I am getting in response in angular response object. I want to show both key and value pair on HTML I am not able to get how to do the same. Please help me.
Capture your response in an variable. And create dataset based on your response User tableData to iterate your rows in an table.