Quantcast
Channel: Ionic Forum - Latest topics
Viewing all articles
Browse latest Browse all 71530

How to iterrate json data

$
0
0

@stefantrninic wrote:

Hi comunity i have JSON.data in this format.

  1. 0: {pos: “Pos”, name: “Club”, p: “P”, w: “W”, d: “D”, …}
  2. 32: {p: “0”, w: “0”, d: “0”, l: “0”, f: “0”, …}
  3. 35: {p: “0”, w: “0”, d: “0”, l: “0”, f: “0”, …}
  4. 36: {p: “0”, w: “0”, d: “0”, l: “0”, f: “0”, …}
  5. 37: {p: “2”, w: “1”, d: “1”, l: “0”, f: “3”, …}
  6. 38: {p: “2”, w: “2”, d: “0”, l: “0”, f: “3”, …}
  7. 69: {p: “0”, w: “0”, d: “0”, l: “0”, f: “0”, …}

how to iterrate it with ngFor loop?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 71530

Trending Articles