UNPKG

insight-tcr

Version:

A blockchain explorer for Bitcore

11 lines (9 loc) 210 B
import { Component } from "@angular/core"; @Component({ selector: 'app-input-page', templateUrl: 'input.page.html', styleUrls: ['input.page.scss'] }) export class InputPage { // TODO: see OutputPage }