|
|
|
@ -39,7 +39,7 @@
|
|
|
|
|
</div>
|
|
|
|
|
<br/>
|
|
|
|
|
<div class="centered big" id="bar_div" *ngIf="downloadingfile;else nofile">
|
|
|
|
|
<div style="display: inline-block; width: 800px;" *ngIf="determinateProgress;else indeterminateprogress">
|
|
|
|
|
<div [ngClass]="(determinateProgress && percentDownloaded === 100)?'make-room-for-spinner':'equal-sizes'" style="display: inline-block; width: 100%; padding-left: 20px" *ngIf="determinateProgress;else indeterminateprogress">
|
|
|
|
|
<mat-progress-bar mode="determinate" value="{{percentDownloaded}}"></mat-progress-bar>
|
|
|
|
|
<br/>
|
|
|
|
|
</div>
|
|
|
|
|