Skip to content

Demos: repair ItemSelectionAndCustomization TreeView demo#32171

Merged
EugeniyKiyashko merged 1 commit intoDevExpress:26_1from
EugeniyKiyashko:26_1_treeview_demo
Jan 13, 2026
Merged

Demos: repair ItemSelectionAndCustomization TreeView demo#32171
EugeniyKiyashko merged 1 commit intoDevExpress:26_1from
EugeniyKiyashko:26_1_treeview_demo

Conversation

@EugeniyKiyashko
Copy link
Copy Markdown
Contributor

No description provided.

@EugeniyKiyashko EugeniyKiyashko self-assigned this Jan 13, 2026
@EugeniyKiyashko EugeniyKiyashko marked this pull request as ready for review January 13, 2026 09:08
@EugeniyKiyashko EugeniyKiyashko requested a review from a team as a code owner January 13, 2026 09:08
Copilot AI review requested due to automatic review settings January 13, 2026 09:08
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR fixes the TypeScript generic type parameter placement for the @ViewChild decorator in the Angular TreeView ItemSelectionAndCustomization demo. The generic type <Employee> is correctly moved from the @ViewChild decorator to the variable type declaration, following proper TypeScript/Angular patterns.

Changes:

  • Corrected generic type parameter placement from @ViewChild(DxTreeViewComponent<Employee>) to @ViewChild(DxTreeViewComponent) with treeView: DxTreeViewComponent<Employee>

@EugeniyKiyashko EugeniyKiyashko merged commit a776d7d into DevExpress:26_1 Jan 13, 2026
120 of 121 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants