Skip to content

Commit a776d7d

Browse files
Demos: repair ItemSelectionAndCustomization TreeView demo (#32171)
1 parent b5ee050 commit a776d7d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/demos/Demos/TreeView/ItemSelectionAndCustomization/Angular/app

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)