mempool/frontend/src/app/fiat/fiat.component.html

1 line
130 B
HTML
Raw Normal View History

<span class="green-color">{{ (conversions$ | async)[currency] * value / 100000000 | fiatCurrency : digitsInfo : currency }}</span>