Skip to content

Commit ea35bb9

Browse files
committed
chore(): labelContext should be optional
1 parent 256f548 commit ea35bb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/treeview/tree-node.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { TemplateRef } from "@angular/core";
22

33
export interface Node {
44
label: string | TemplateRef<any>;
5-
labelContext: any;
5+
labelContext?: any;
66
value?: any;
77
id?: string;
88
active?: boolean;

0 commit comments

Comments
 (0)