UNPKG

tree-ngx

Version:

A highly customizable Angular Tree Component, usable with minimal implementation.

18 lines (17 loc) 789 B
import { TemplateRef, SimpleChanges, OnChanges } from '@angular/core'; import { NodeState } from '../model/node-state'; import { TreeService } from '../service/tree-service'; import * as i0 from "@angular/core"; export declare class NodeNameComponent implements OnChanges { private treeService; state: NodeState; nodeNameTemplate: TemplateRef<any>; _this: this; active: boolean; constructor(treeService: TreeService); ngOnChanges(changes: SimpleChanges): void; nameClick(): void; delete(): void; static ɵfac: i0.ɵɵFactoryDeclaration<NodeNameComponent, never>; static ɵcmp: i0.ɵɵComponentDeclaration<NodeNameComponent, "node-name", never, { "state": "state"; "nodeNameTemplate": "nodeNameTemplate"; }, {}, never, never>; }