UNPKG
ngx-graph-new
Version:
latest (1.0.0)
1.0.0
Modify the ngx-chart version is used
github.com/swimlane/ngx-graph
swimlane/ngx-graph
ngx-graph-new
/
src
/
ngx-graph.module.ts
10 lines
(8 loc)
•
177 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
import { NgModule } from
'@angular/core'
; import { GraphModule } from
'./graph/graph.module'
;
@NgModule
({ exports: [ GraphModule ] }) export
class
NgxGraphNewModule
{}