Skip to content

feat(angular): Migrate to signal queries#24765

Merged
sumeyyeKurtulus merged 3 commits intodevfrom
issue-24672-v2
Feb 4, 2026
Merged

feat(angular): Migrate to signal queries#24765
sumeyyeKurtulus merged 3 commits intodevfrom
issue-24672-v2

Conversation

@fahrigedik
Copy link
Member

Description

This PR migrates Angular packages to signal queries.

Resolves #24672 (write the related issue number if available)

Replaces deprecated ViewChild, ViewChildren, and ContentChild decorators with the new viewChild, viewChildren, and contentChild functions across multiple components. Updates related usages to use the new function call syntax, improving code consistency and aligning with Angular's latest best practices.
Replaces the deprecated @ContentChild decorator with the new contentChild() function for menu, customNodeTemplate, and expandedIconTemplate. Updates template references to use function calls, improving compatibility with Angular's latest API.
Copilot AI review requested due to automatic review settings February 3, 2026 10:32
Copy link
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.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@sumeyyeKurtulus sumeyyeKurtulus merged commit 7ea4465 into dev Feb 4, 2026
2 of 3 checks passed
@sumeyyeKurtulus sumeyyeKurtulus deleted the issue-24672-v2 branch February 4, 2026 10:56
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.

Angular - Migration to signal queries

4 participants