Skip to content

Instantly share code, notes, and snippets.

@clintonyeb
Created May 19, 2020 02:39
Show Gist options
  • Save clintonyeb/1952b0b803ac415e2d9c13010661bb42 to your computer and use it in GitHub Desktop.
Save clintonyeb/1952b0b803ac415e2d9c13010661bb42 to your computer and use it in GitHub Desktop.
<tr
[class]="getStatusColor(record)"
*ngFor="let record of records"
>
<td>{{ record["Time"] }}</td>
<td>{{ record["Side"] }}</td>
<td>{{ record["OrderType"] }}</td>
<td>{{ record["CcyPair"] }}</td>
<td>{{ record["Price"] }}</td>
<td>{{ record["Amount"] }}</td>
<td>{{ record["Status"] }}</td>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment