Skip to content

Commit

Permalink
progress bar: % symbol added to value
Browse files Browse the repository at this point in the history
  • Loading branch information
Manisha1205 committed Dec 28, 2020
1 parent 20eddb5 commit 62536d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/module/data/progress/progress.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
aria-valuemin="0" aria-valuemax="100" [ngClass]="progressclass" *ngIf="!infinite" [ngStyle]="{'width.%' : currentvalue}">
</span>
<div *ngIf="showvalue" [ngStyle]="{'margin-left.%' : currentvalue}">
{{currentvalue}}
{{currentvalue}}%
</div>
</div>
</div>

0 comments on commit 62536d3

Please sign in to comment.