This package provides a tree component and data source for Angular applications. It includes features such as searching, filtering, and displaying hierarchical data. The package also offers directives for customizing the content of tree nodes.
Add the package to your workspace:
Example :yarn add @rxap/treeInstall peer dependencies:
Example :yarn add @angular/cdk @angular/common @angular/core @angular/material @rxap/contenteditable @rxap/data-source @rxap/data-structure-tree @rxap/forms @rxap/material-directives @rxap/pattern @rxap/rxjs @rxap/utilities rxjs Execute the init generator:
Example :yarn nx g @rxap/tree:initExample :Initialize the package in the workspace
nx g @rxap/tree:init