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
/
index.d.ts
4 lines
(3 loc)
•
167 B
TypeScript
View Raw
1
2
3
4
export
{
OrgChartComponent
}
from
'./src/org-chart/org-chart.component'
;
export
{
OrgChartModule
}
from
'./src/module'
;
export
{
IEmployee
}
from
'./src/employee'
;