UNPKG

vb-insight-ui

Version:

A bitcoin block explorer and AP customized for VB.

17 lines (15 loc) 339 B
import { NgModule } from '@angular/core'; import { IonicPageModule } from 'ionic-angular'; import { BroadcastTxPage } from './broadcast-tx'; @NgModule({ declarations: [ BroadcastTxPage ], imports: [ IonicPageModule.forChild(BroadcastTxPage) ], exports: [ BroadcastTxPage ] }) export class BroadcastTxPageModule {}