import { NgModule } from '@angular/core'; import { HgraphComponent } from './hgraph.component'; @NgModule({ declarations: [HgraphComponent], imports: [ ], exports: [HgraphComponent] }) export class HgraphModule { }