UNPKG

@rxap/tree

Version:

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.

9 lines (8 loc) 431 B
import { TemplateRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class TreeContentDirective { readonly template: TemplateRef<any>; constructor(template: TemplateRef<any>); static ɵfac: i0.ɵɵFactoryDeclaration<TreeContentDirective, never>; static ɵdir: i0.ɵɵDirectiveDeclaration<TreeContentDirective, "ng-template[rxapTreeContent]", never, {}, {}, never, never, true, never>; }