UNPKG

@marcelofns/ngx-graph

Version:

@swimlane/ngx-graph with mobile panning

16 lines 460 B
import { NgModule } from '@angular/core'; import { GraphModule } from './graph/graph.module'; var NgxGraphModule = (function () { function NgxGraphModule() { } NgxGraphModule.decorators = [ { type: NgModule, args: [{ exports: [ GraphModule ] },] }, ]; return NgxGraphModule; }()); export { NgxGraphModule }; //# sourceMappingURL=ngx-graph.module.js.map