|
@@ -42,9 +42,9 @@ Data URL: {{bcInfoService.dataUrl}} -->
|
|
|
<a *ngIf="dataUrl" class="btn btn-primary" [href]="dataUrl">Download your data!</a>
|
|
<a *ngIf="dataUrl" class="btn btn-primary" [href]="dataUrl">Download your data!</a>
|
|
|
</div>
|
|
</div>
|
|
|
</div>
|
|
</div>
|
|
|
-
|
|
|
|
|
|
|
+ <hr>
|
|
|
<div>
|
|
<div>
|
|
|
- <p>Purchase history</p>
|
|
|
|
|
|
|
+ <h5>Purchase history</h5>
|
|
|
<div>
|
|
<div>
|
|
|
<purchase
|
|
<purchase
|
|
|
*ngFor="let purchase of lastPurchases; index as i"
|
|
*ngFor="let purchase of lastPurchases; index as i"
|