We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77c8731 commit 2387d8dCopy full SHA for 2387d8d
apps/demos/Demos/TreeView/ItemSelectionAndCustomization/Angular/app/app.component.ts
@@ -40,7 +40,7 @@ if (window && window.config?.packageConfigPaths) {
40
],
41
})
42
export class AppComponent {
43
- @ViewChild(DxTreeViewComponent<Employee>, { static: false }) treeView: DxTreeViewComponent;
+ @ViewChild(DxTreeViewComponent, { static: false }) treeView: DxTreeViewComponent<Employee>;
44
45
employees: Employee[];
46
0 commit comments