mempool/frontend/src/app/components/asset-circulation/asset-circulation.component.html
2022-02-16 17:32:12 +04:00

3 lines
No EOL
162 B
HTML

<ng-container *ngIf="(circulatingAmount$ | async) as circulating">
{{ circulating.amount }} <span class="ticker">{{ circulating.ticker }}</span>
</ng-container>