Skip to content

Instantly share code, notes, and snippets.

@clintonyeb
Created May 19, 2020 02:38
Show Gist options
  • Save clintonyeb/2e52a69cb3f521ce89221b2e012514da to your computer and use it in GitHub Desktop.
Save clintonyeb/2e52a69cb3f521ce89221b2e012514da to your computer and use it in GitHub Desktop.
<tr>
<th (click)="onSort()">
Time
<img
src="assets/sort.svg"
alt="Sort Icon"
[ngStyle]="{ 'height.px': 20, 'width.px': 20, 'margin-left': 10 }"
/>
</th>
<th>Side</th>
<th>OrderType</th>
<th>
CcyPair
<app-search (search)="onSearch($event)" type="ccypair"></app-search>
</th>
<th>Price</th>
<th>Amount</th>
<th>
Status
<app-search (search)="onSearch($event)" type="status"></app-search>
</th>
</tr>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment