@rxap/tree - v19.0.4

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.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

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

Generators

Initialize the package in the workspace

nx g @rxap/tree:init