@tots/ngx-org-chart
Version:
Hierarchical Organization Chart
12 lines (11 loc) • 585 B
TypeScript
import { EventEmitter } from '@angular/core';
import { INode } from '../node';
import * as i0 from "@angular/core";
export declare class NgxOrgChartComponent {
nodes: INode[];
hasParent: boolean;
direction: 'vertical' | 'horizontal';
itemClick: EventEmitter<INode>;
static ɵfac: i0.ɵɵFactoryDeclaration<NgxOrgChartComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<NgxOrgChartComponent, "ngx-org-chart", never, { "nodes": "nodes"; "hasParent": "hasParent"; "direction": "direction"; }, { "itemClick": "itemClick"; }, never, never, false, never>;
}