UNPKG

insight-previous-tcr

Version:

A blockchain explorer for Bitcore

11 lines (9 loc) 336 B
import { NgModule } from "@angular/core"; import { IonicModule } from "ionic-angular"; import { LatestTransactionsComponent } from "./latest-transactions"; @NgModule({ declarations: [LatestTransactionsComponent], imports: [IonicModule], exports: [LatestTransactionsComponent] }) export class LatestTransactionsComponentModule {}