@ahmedaoui/ngx-org-chart
Version:
Hierarchical Organization Chart
12 lines (11 loc) • 684 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": { "alias": "nodes"; "required": false; }; "hasParent": { "alias": "hasParent"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, { "itemClick": "itemClick"; }, never, never, true, never>;
}