UNPKG

ngx-graph-new

Version:

Modify the ngx-chart version is used

10 lines (8 loc) 177 B
import { NgModule } from '@angular/core'; import { GraphModule } from './graph/graph.module'; @NgModule({ exports: [ GraphModule ] }) export class NgxGraphNewModule {}