mempool/frontend/src/app/components/asset-circulation/asset-circulation.component.html

3 lines
162 B
HTML
Raw Normal View History

2022-02-16 17:32:12 +04:00
<ng-container *ngIf="(circulatingAmount$ | async) as circulating">
{{ circulating.amount }} <span class="ticker">{{ circulating.ticker }}</span>
2022-02-13 00:46:42 +04:00
</ng-container>