I have the following output from my node rest api :
{
"workorder": [
{
"id": 1,
"Workorderno": 110,
"Nfno": 23,
"Amount": 230,
"Orderno": 34,
"createdAt": "2019-03-02 00:19:49.495 +00:00",
"updatedAt": "2019-03-02 12:40:36.647 +00:00"
}
]
}
I want to read the output and display it in a table using angular 7 ? Could anyone guide me through as to do that? I tried making changes in my rest API, but it failed I could get the results
HttpClientin Angular to call your API and retrieve the data?