insight-tcr
Version:
A blockchain explorer for Bitcore
27 lines (25 loc) • 662 B
text/typescript
import { CommonModule } from "@angular/common";
import { NgModule } from "@angular/core";
import { FormsModule } from "@angular/forms";
import { RouterModule } from "@angular/router";
import { IonicModule } from "@ionic/angular";
import { NgxChartsModule } from "@swimlane/ngx-charts";
import { SharedModule } from "../shared/shared.module";
import { HomePage } from "./home.page";
export class HomePageModule {}