UNPKG
insight-tcr
Version:
latest (8.5.7)
8.5.7
A blockchain explorer for Bitcore
github.com/bitpay/bitcore
bitpay/bitcore
insight-tcr
/
src
/
app
/
shared
/
outputs-list
/
outputs-list.component.html
14 lines
(13 loc)
•
278 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<
app-output
*
ngFor
=
"let coin of (outputs$ | async)"
[
coin
]=
"coin"
[
routerLink
]=
"[ '/' + (chain$ | async).code + '/transaction/' + (txHash$ | async) + '/output/' + coin.mintIndex ]"
[
displayValueCode
]=
"displayValueCode"
>
</
app-output
>