UNPKG
@marcelofns/ngx-graph
Version:
latest (4.3.3)
4.3.3
4.3.2
4.3.1
@swimlane/ngx-graph with mobile panning
github.com/swimlane/ngx-graph
swimlane/ngx-graph
@marcelofns/ngx-graph
/
src
/
ngx-graph.module.ts
10 lines
(8 loc)
•
174 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
NgxGraphModule
{}