@ash-mezdo/ngx-treeview
TypeScript icon, indicating that this package has built-in type declarations

15.0.0 • Public • Published

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>

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i @ash-mezdo/ngx-treeview

    Weekly Downloads

    56

    Version

    15.0.0

    License

    MIT

    Unpacked Size

    406 kB

    Total Files

    40

    Last publish

    Collaborators

    • ash-mezdo