UNPKG

ngx-treeview

Version:

An Angular treeview component with checkbox

6 lines (5 loc) 229 B
import { PipeTransform } from '@angular/core'; import { TreeviewItem } from './treeview-item'; export declare class TreeviewPipe implements PipeTransform { transform(objects: any[], textField: string): TreeviewItem[]; }