@swimlane/ngx-graph
Version:
Graph visualization for angular
14 lines (13 loc) • 762 B
TypeScript
import { GraphComponent } from './graph.component';
import { LayoutService } from './layouts/layout.service';
import * as i0 from "@angular/core";
import * as i1 from "./graph.component";
import * as i2 from "./mouse-wheel.directive";
import * as i3 from "../utils/visibility-observer";
import * as i4 from "@angular/common";
export { GraphComponent, LayoutService };
export declare class GraphModule {
static ɵfac: i0.ɵɵFactoryDeclaration<GraphModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<GraphModule, [typeof i1.GraphComponent, typeof i2.MouseWheelDirective, typeof i3.VisibilityObserver], [typeof i4.CommonModule], [typeof i1.GraphComponent, typeof i2.MouseWheelDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<GraphModule>;
}