Provides a tree data structure with node manipulation capabilities, including adding, removing, and traversing nodes. It supports hierarchical data representation with features like expanding, collapsing, selecting, and deselecting nodes. The package also includes utilities for managing node visibility and custom parameters.

Installation
Add the package to your workspace:
yarn add @rxap/data-structure-tree
Execute the init generator:
yarn nx g @rxap/data-structure-tree:init
Generators
init
Initialize the package in the workspace
nx g @rxap/data-structure-tree:init