UNPKG

insight-tcr

Version:

A blockchain explorer for Bitcore

13 lines (10 loc) 260 B
import { Component, OnInit } from "@angular/core"; @Component({ selector: 'app-not-found', templateUrl: './not-found.page.html', styleUrls: ['./not-found.page.scss'] }) export class NotFoundPage implements OnInit { constructor() {} ngOnInit() {} }