UNPKG

insight-previous-tcr

Version:

A blockchain explorer for Bitcore

11 lines (9 loc) 270 B
import { NgModule } from "@angular/core"; import { IonicModule } from "ionic-angular"; import { ErrorComponent } from "./error"; @NgModule({ declarations: [ErrorComponent], imports: [IonicModule], exports: [ErrorComponent] }) export class ErrorComponentModule {}