Adds components for design of dashboard, selected currency, donate and buy-sell components

This commit is contained in:
GloriousCode
2017-11-13 17:53:29 +11:00
parent aeb0ed3399
commit 8984df24ad
32 changed files with 351 additions and 2 deletions

View File

@@ -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>