cm-angular-org-chart
Version:
Hierarchical Organizational Chart for Angular
13 lines (12 loc) • 777 B
TypeScript
import { EventEmitter } from '@angular/core';
import { IEmployee } from './employee/employee';
import * as i0 from "@angular/core";
export declare class CmAngularOrgChartComponent {
topEmployee: any | null;
hasManager: boolean;
direction: 'vertical' | 'horizontal';
itemClick: EventEmitter<IEmployee>;
get hostClass(): "" | "column";
static ɵfac: i0.ɵɵFactoryDeclaration<CmAngularOrgChartComponent, never>;
static ɵcmp: i0.ɵɵComponentDeclaration<CmAngularOrgChartComponent, "org-chart", never, { "topEmployee": { "alias": "topEmployee"; "required": false; }; "hasManager": { "alias": "hasManager"; "required": false; }; "direction": { "alias": "direction"; "required": false; }; }, { "itemClick": "itemClick"; }, never, never, true, never>;
}