fcash-insight
Version:
A bitcoin block explorer and API.
21 lines (19 loc) • 558 B
text/typescript
import { NgModule } from '@angular/core';
import { IonicPageModule } from 'ionic-angular';
import { OutpointPage } from './outpoint';
import { TransactionComponentModule } from '../../components/transaction/transaction.module';
import { HeadNavComponentModule } from '../../components/head-nav/head-nav.module';
export class OutpointPageModule {}