UNPKG

@marcelofns/ngx-graph

Version:

@swimlane/ngx-graph with mobile panning

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