|
|
|
public sportsData: Object[] = [
{ Id: 'Game1', Game: 'American Football', Count: 0 },
{ Id: 'Game2', Game: 'Badminton', Count: 1 },
{ Id: 'Game3', Game: 'Basketball', Count: 0 },
{ Id: 'Game4', Game: 'Cricket', Count: 5 },
{ Id: 'Game5', Game: 'Football', Count: 6 },
{ Id: 'Game6', Game: 'Golf', Count: 0 },
{ Id: 'Game7', Game: 'Hockey', Count: 0 },
{ Id: 'Game8', Game: 'Rugby', Count: 3 },
{ Id: 'Game9', Game: 'Snooker',Count: 0 },
{ Id: 'Game10', Game: 'Tennis', Count: 9 }
];
|
|
|