Added a timer decorator for fun
This commit is contained in:
		@@ -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">
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user