UNPKG
ng2-org-chart
Version:
latest (1.1.2)
1.1.2
1.1.1
1.1.0
1.0.0
Hierarchical Organizational Chart for Angular (4+)
github.com/mkarci26/org-chart
mkarci26/org-chart
ng2-org-chart
/
src
/
employee
/
employee.component.d.ts
6 lines
(5 loc)
•
139 B
TypeScript
View Raw
1
2
3
4
5
6
import { IEmployee } from
'../employee'
; export declare
class
EmployeeComponent
{ employee: IEmployee; hasManager: boolean; }