If its a JSON you are getting back from your service.ts GET method, you can JSON.parse() that complete JSON string. After that, you can simply access the array ...
確定! 回上一頁