UNPKG

@ahmedaoui/ngx-org-chart

Version:
12 lines (11 loc) 684 B
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>; }