insight-previous-tcr
Version:
A blockchain explorer for Bitcore
19 lines (17 loc) • 574 B
text/typescript
import { NgModule } from "@angular/core";
import { MomentModule } from "angular2-moment";
import { IonicModule } from "ionic-angular";
import { LoaderComponentModule } from "../../components/loader/loader.module";
import { ErrorComponentModule } from "../error/error.module";
import { LatestBlocksComponent } from "./latest-blocks";
export class LatestBlocksComponentModule {}