We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 256f548 commit ea35bb9Copy full SHA for ea35bb9
src/treeview/tree-node.types.ts
@@ -2,7 +2,7 @@ import { TemplateRef } from "@angular/core";
2
3
export interface Node {
4
label: string | TemplateRef<any>;
5
- labelContext: any;
+ labelContext?: any;
6
value?: any;
7
id?: string;
8
active?: boolean;
0 commit comments