I have improved progress bar when uploading files

This commit is contained in:
Rajnikant
2022-05-20 17:08:43 +05:30
parent f055836f44
commit 23fe8ae9b8
15 changed files with 221 additions and 15 deletions

View File

@ -103,9 +103,7 @@
placeholder="Please enter name"
/>
</mat-form-field>
<div *ngIf="uploadedFile">
<mat-progress-bar mode="determinate" [value]="uploadProgress" aria-valuemin="0" aria-valuemax="100"></mat-progress-bar>
</div>
<!-- here removed the processbar and common processbar -->
</div>
</form>
</mat-step>