mirror of
https://github.com/d0zingcat/gocryptotrader.git
synced 2026-06-02 07:26:53 +00:00
Updates to latest Angular, AngularCLI, Angular Material
This commit is contained in:
@@ -1,28 +1,28 @@
|
||||
<md-card *ngIf="wallet !== null" class="wallet-card card">
|
||||
<md-card-header>
|
||||
<md-card-title>Wallet Summary</md-card-title>
|
||||
</md-card-header>
|
||||
<md-card-content>
|
||||
<mat-card *ngIf="wallet !== null" class="wallet-card card">
|
||||
<mat-card-header>
|
||||
<mat-card-title>Wallet Summary</mat-card-title>
|
||||
</mat-card-header>
|
||||
<mat-card-content>
|
||||
<table cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<md-grid-list cols="2" rowHeight="3:1">
|
||||
<md-grid-tile>
|
||||
</md-grid-tile>
|
||||
<md-grid-tile>
|
||||
</md-grid-tile>
|
||||
</md-grid-list>
|
||||
<md-grid-list cols="3" rowHeight="2:1" *ngFor="let total of wallet?.CoinTotal">
|
||||
<md-grid-tile>
|
||||
<mat-grid-list cols="2" rowHeight="3:1">
|
||||
<mat-grid-tile>
|
||||
</mat-grid-tile>
|
||||
<mat-grid-tile>
|
||||
</mat-grid-tile>
|
||||
</mat-grid-list>
|
||||
<mat-grid-list cols="3" rowHeight="2:1" *ngFor="let total of wallet?.CoinTotal">
|
||||
<mat-grid-tile>
|
||||
{{total.coin}} - {{total.balance}}
|
||||
</md-grid-tile>
|
||||
<md-grid-tile>
|
||||
</md-grid-tile>
|
||||
<md-grid-tile>
|
||||
</md-grid-tile>
|
||||
</md-grid-list>
|
||||
</md-card-content>
|
||||
</md-card>
|
||||
</mat-grid-tile>
|
||||
<mat-grid-tile>
|
||||
</mat-grid-tile>
|
||||
<mat-grid-tile>
|
||||
</mat-grid-tile>
|
||||
</mat-grid-list>
|
||||
</mat-card-content>
|
||||
</mat-card>
|
||||
Reference in New Issue
Block a user