15.0.0 • Published 1 year ago

@ash-mezdo/ngx-treeview v15.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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>