@syncfusion/ej2-angular-charts
Version:
Feature-rich chart control with built-in support for over 25 chart types, technical indictors, trendline, zooming, tooltip, selection, crosshair and trackball. for Angular
14 lines (13 loc) • 857 B
TypeScript
import * as i0 from "@angular/core";
import * as i1 from "./sankey.component";
import * as i2 from "./nodes.directive";
import * as i3 from "./links.directive";
import * as i4 from "@angular/common";
/**
* NgModule definition for the Sankey component.
*/
export declare class SankeyModule {
static ɵfac: i0.ɵɵFactoryDeclaration<SankeyModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<SankeyModule, [typeof i1.SankeyComponent, typeof i2.SankeyNodeDirective, typeof i2.SankeyNodesCollectionDirective, typeof i3.SankeyLinkDirective, typeof i3.SankeyLinksCollectionDirective], [typeof i4.CommonModule], [typeof i1.SankeyComponent, typeof i2.SankeyNodeDirective, typeof i2.SankeyNodesCollectionDirective, typeof i3.SankeyLinkDirective, typeof i3.SankeyLinksCollectionDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<SankeyModule>;
}