Currently, I am utilizing angular7 with loopback. While I can successfully retrieve data, I am unsure how to receive error messages and response statuses. It would be helpful for me to understand what my response code is at the time of the request.
Output of Data
[
{
"name": "karthik",
"lastname": "Selvakumar",
"course": "BE",
"year": "IV",
"id": 2
}
]