UNPKG

@odymaui/angular-tree-component

Version:

A simple yet powerful tree component for Angular16. WARNING: This is an unsupported fork for use in a dependent project to upgrade it to Angular 16. Unit tests pass and the example-app works as expected.

8 lines (7 loc) 437 B
import { TreeNode } from '../models/tree-node.model'; import * as i0 from "@angular/core"; export declare class TreeNodeCheckboxComponent { node: TreeNode; static ɵfac: i0.ɵɵFactoryDeclaration<TreeNodeCheckboxComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<TreeNodeCheckboxComponent, "tree-node-checkbox", never, { "node": { "alias": "node"; "required": false; }; }, {}, never, never, false, never>; }