Skip to content

Commit 2387d8d

Browse files
Demos: repair ItemSelectionAndCustomization TreeView demo (#32173)
1 parent 77c8731 commit 2387d8d

File tree

1 file changed

+1
-1
lines changed
  • apps/demos/Demos/TreeView/ItemSelectionAndCustomization/Angular/app

1 file changed

+1
-1
lines changed

apps/demos/Demos/TreeView/ItemSelectionAndCustomization/Angular/app/app.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ if (window && window.config?.packageConfigPaths) {
4040
],
4141
})
4242
export class AppComponent {
43-
@ViewChild(DxTreeViewComponent<Employee>, { static: false }) treeView: DxTreeViewComponent;
43+
@ViewChild(DxTreeViewComponent, { static: false }) treeView: DxTreeViewComponent<Employee>;
4444

4545
employees: Employee[];
4646

0 commit comments

Comments
 (0)