I have the following expression, which works:
<div class="circle" data-value="0.8">%</div>
when i'm trying to bind an attribute to it:
[data-value]="result/100"
I get the following error:
Can't bind to 'data-value' since it isn't a known property of 'div'.
Why and how it can be fixed?