I have created dummy json array as given below
[ { "firstname": "ramu", "lastname": "mothukuri", "city": "chennai", "street": "sivan koiil street", "pin": "600024" } ]
and i tried to click on button using onMy function available in app.component.ts. but the same json array i am getting when i am checking in console. please check i have attached screen-shot.
Below is my CODE URL CODE URL
