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:
yarn add @rxap/tree
Install peer dependencies:
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:
yarn nx g @rxap/tree:init
Initialize the package in the workspace
nx g @rxap/tree:init