mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 08:20:13 +01:00
another ngStyle quickfix
This commit is contained in:
parent
38634e7b79
commit
b09280e5e4
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@
|
||||||
<p>{{ item.label }}<span class="channel-number">+{{ item.percentage }}%</span></p>
|
<p>{{ item.label }}<span class="channel-number">+{{ item.percentage }}%</span></p>
|
||||||
<div class="progress progress-sm channel-progress">
|
<div class="progress progress-sm channel-progress">
|
||||||
<div class="progress-bar" role="progressbar"
|
<div class="progress-bar" role="progressbar"
|
||||||
[attr.aria-valuenow]="item.percentage" aria-valuemin="0" aria-valuemax="100" style="width: {{ item.percentage }}%">
|
[attr.aria-valuenow]="item.percentage" aria-valuemin="0" aria-valuemax="100" [ngStyle]="{width: item.percentage + '%' }">
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue