UNPKG

insight-previous-tcr

Version:

A blockchain explorer for Bitcore

11 lines (9 loc) 186 B
import { Component, Input } from "@angular/core"; @Component({ selector: 'loader', templateUrl: 'loader.html' }) export class LoaderComponent { @Input() public type?: string; }