ngx-apextree
December 30, 2025 · View on GitHub
Angular wrapper for ApexTree - a JavaScript library for creating organizational and hierarchical charts.
Project Structure
ngx-apextree/
├── projects/
│ ├── ngx-apextree/ # Angular library
│ └── demo/ # Demo application
├── dist/ # Build output
└── ...
Development
Prerequisites
- Node.js 18+
- npm 9+
Install dependencies
npm install
Build the library
npm run build:lib
Run the demo
npm start
This will build the library and start the demo app.
Documentation
See the library README for usage documentation.
License
See LICENSE for details.