Created
May 19, 2020 02:38
-
-
Save clintonyeb/2e52a69cb3f521ce89221b2e012514da to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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