UNPKG

vb-insight-ui

Version:

A bitcoin block explorer and AP customized for VB.

19 lines (17 loc) 396 B
import { NgModule } from '@angular/core'; import { IonicModule } from 'ionic-angular'; import { LatestBlocksComponent } from './latest-blocks'; import { MomentModule } from 'angular2-moment'; @NgModule({ declarations: [ LatestBlocksComponent ], imports: [ IonicModule, MomentModule ], exports: [ LatestBlocksComponent ] }) export class LatestBlocksComponentModule {}