UNPKG

ng2-org-chart

Version:

Hierarchical Organizational Chart for Angular (4+)

6 lines (5 loc) 139 B
import { IEmployee } from '../employee'; export declare class EmployeeComponent { employee: IEmployee; hasManager: boolean; }