HttpPost 然後處理值

TS
this.httpClient.post(‘http://localhost/test.php’, {idd: this.idd},options)
.subscribe((data) => {
console.log(data);
});
console.log顯示

HttpResponse {headers: HttpHeaders, status: 200, statusText: “OK”, url: “http://localhost/test.php”, ok: true, …}
body: Array(2)
0: {ID: “1”, NAME: “LLI”, EMAIL: “wqriehjfeoghetiogjetlgj”, INFO: “hello”}
1: {ID: “2”, NAME: “WII”, EMAIL: “moiiooofgijtigjw”, INFO: “hiiii”}

我POST值過去PHP , PHP處理完後,我要的值,然後我應該要在TS裡面加什麼
HTML才會顯示呢?

可以認真的將文件看過一次嗎
https://angular.io/guide/http