UNPKG
angular13-organization-chart
Version:
latest (2.0.1)
2.0.1
2.0.0
1.5.0
1.4.1
1.4.0
1.3.0
1.2.0
1.1.0
Organization chart library for angular 15+
github.com/MuaazH/org-chart
MuaazH/org-chart
angular13-organization-chart
/
public_api.d.ts
4 lines
(3 loc)
•
226 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./src/app/modules/org-chart/org-chart.module'
;
export
{
TreeNode
}
from
'./src/app/modules/org-chart/tree-node'
;
export
{
OrgChartComponent
}
from
'./src/app/modules/org-chart/org-chart/org-chart.component'
;