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
/
transaction
/
input
/
input.page.ts
11 lines
(9 loc)
•
210 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import { Component } from
"
@angular
/core"
;
@Component
({ selector:
'app-input-page'
, templateUrl:
'input.page.html'
, styleUrls: [
'input.page.scss'
] }) export
class
InputPage
{ // TODO: see OutputPage }