Angular wrapper for ApexTree - a JavaScript library for creating organizational and hierarchical charts.
ngx-apextree/
├── projects/
│ ├── ngx-apextree/ # Angular library
│ └── demo/ # Demo application
├── dist/ # Build output
└── ...
- Node.js 18+
- npm 9+
npm installnpm run build:libnpm startThis will build the library and start the demo app.
See the library README for usage documentation.
See LICENSE for details.