Guest User

Untitled

a guest
Dec 10th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. {
  2. "0": {
  3. "id": "2287947",
  4. "chattime": "1544102153",
  5. "chat": "Finalizado",
  6. "chattype": "text",
  7. "media": "",
  8. "outgoing": "0",
  9. "bot": "0",
  10. "unread": "1",
  11. "email_created": ""
  12. },
  13. "1": {
  14. "id": "2287931",
  15. "chattime": "1544102141",
  16. "chat": "asdasdasd",
  17. "chattype": "text",
  18. "media": "",
  19. "outgoing": "1",
  20. "bot": "0",
  21. "unread": "0",
  22. "email_created": "api"
  23. }
  24. }
  25.  
  26. <div *ngFor="let chat of chats">
  27. {{chat.id}}
  28. </div>
Add Comment
Please, Sign In to add comment