mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-03 07:26:45 +00:00
Adds components for design of dashboard, selected currency, donate and buy-sell components
This commit is contained in:
@@ -1 +1,17 @@
|
||||
<app-all-enabled-currency-tickers></app-all-enabled-currency-tickers>
|
||||
<mat-grid-list cols="3" rowHeight="300px">
|
||||
<mat-grid-tile [colspan]="1" [rowspan]="2">
|
||||
<app-trade-history></app-trade-history>
|
||||
</mat-grid-tile>
|
||||
<mat-grid-tile [colspan]="2" [rowspan]="1">
|
||||
<app-price-history></app-price-history>
|
||||
</mat-grid-tile>
|
||||
<mat-grid-tile [colspan]="1" [rowspan]="1">
|
||||
<app-my-orders></app-my-orders>
|
||||
</mat-grid-tile>
|
||||
<mat-grid-tile [colspan]="1" [rowspan]="1">
|
||||
<app-orders></app-orders>
|
||||
</mat-grid-tile>
|
||||
</mat-grid-list>
|
||||
|
||||
|
||||
<app-all-enabled-currency-tickers></app-all-enabled-currency-tickers>
|
||||
|
||||
Reference in New Issue
Block a user