insight-previous-tcr
Version:
A blockchain explorer for Bitcore
13 lines (11 loc) • 337 B
text/typescript
import { NgModule } from "@angular/core";
import { FormsModule, ReactiveFormsModule } from "@angular/forms";
import { IonicModule } from "ionic-angular";
@NgModule({
declarations: [],
imports: [FormsModule, IonicModule, ReactiveFormsModule],
exports: [],
entryComponents: [],
providers: []
})
export class ComponentsModule {}