Tree-ngx is a treeview component that can easily handle thousands of nodes. It is designed for use with minimal implementation as well as being highly customizable. Made with Flexbox, it’s easy to override the default style.
Supports
- Selection
- Tri-state checkboxes
- Filtering
- Custom Templates
- Custom Styling
- Callbacks
Must Read: A jsPlumb-Based Tree Chart Structures | jsPlumbTree
Angular Tree Component Details
Post Name | ngx Treeview Component |
Author Name | inspirsea |
Category | Angular, Tree, TypeScript |
Official Page | Click Here | Click Here |
Official Website | github.com, emilsunesson.com |
Publish Date | March 4, 2022 |
Last Update | July 5, 2023 |
Download | Link Below |
License | MIT |
How to make use of it:
Installation:
gt; npm install tree-ngx --save
Include default style
@import 'tree-ngx';
Include module
import { TreeNgxModule } from 'tree-ngx'; @NgModule({ imports: [TreeNgxModule] }
See Demo And Download

Official Website(inspirsea): Click Here
This superior jQuery/javascript plugin is developed by inspirsea. For extra Advanced usage, please go to the official website.