UNPKG

angular13-organization-chart

Version:

Organization chart library for angular 15+

4 lines (3 loc) 226 B
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';