UNPKG

bivcore-insight

Version:

A blockchain explorer for Bitcore

11 lines (9 loc) 185 B
import { Component, Input } from '@angular/core'; @Component({ selector: 'error', templateUrl: 'error.html' }) export class ErrorComponent { @Input() public message: string; }