@ash-mezdo/ngx-treeview
v15.0.0
Published
An Angular treeview component with checkbox
Downloads
26
Maintainers
Readme
Notes
This repository is forked from leovo2708's ngx-treeview.
It adds compatibility with Angular 14+, bug fixes, and additional features. For more info visit the original repository.
Install
npm i -s @ash-mezdo/ngx-treeview
Additional Features
Dropdown treeview with optional caret override:
<ngx-dropdown-treeview
[caretClass]="fa-solid fa-angle-down"
[items]="items"
(selectedChange)="onSelectedChange($event)"
(filterChange)="onFilterChange($event)"
>
</ngx-dropdown-treeview>