Added a timer decorator for fun

This commit is contained in:
2018-11-29 20:06:03 -05:00
parent a2fb949dce
commit a8ba3fa9fc
4 changed files with 33 additions and 6 deletions

View File

@ -1,7 +1,8 @@
<!--The content below is only a placeholder and can be replaced.-->
<mat-toolbar>
<img class="mr-3" src="assets/logo.png" height="36px" width="auto">
<span>ETF Demo</span>
<span class="mr-3">ETF Demo</span>
<small *ngIf="timer" cass="text-muted">{{timer}} microseconds to upload</small>
<span class="mx-auto"><!-- Spacer --></span>
<mat-chip-list class="mr-2">
<mat-chip *ngFor="let file of fileNames" color="primary" [removable]="true" (removed)="remove($event.chip.value)" [value]="file">