Skip to content

fix(core): fix ordering of view queries metadata in JIT mode#68408

Merged
amishne merged 1 commit intoangular:mainfrom
JeanMeche:fix/jit-queries
Apr 28, 2026
Merged

fix(core): fix ordering of view queries metadata in JIT mode#68408
amishne merged 1 commit intoangular:mainfrom
JeanMeche:fix/jit-queries

Conversation

@JeanMeche
Copy link
Copy Markdown
Member

AOT was generating an array that was ordered as signal queries first, then the decorator queries. Aligning JIT with AOT fixes the issue illustrated by the test.

fixes #68404

AOT was generating an array that was ordered as signal queries first, then the decorator queries.
Aligning JIT with AOT fixes the issue illustrated by the test.

fixes angular#68404
@JeanMeche JeanMeche requested a review from JoostK April 27, 2026 21:52
@angular-robot angular-robot Bot added the area: core Issues related to the framework runtime label Apr 27, 2026
@ngbot ngbot Bot added this to the Backlog milestone Apr 27, 2026
@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker target: patch This PR is targeted for the next patch release labels Apr 28, 2026
@amishne amishne merged commit 8c11816 into angular:main Apr 28, 2026
23 checks passed
@amishne
Copy link
Copy Markdown
Contributor

amishne commented Apr 28, 2026

This PR was merged into the repository. The changes were merged into the following branches:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

action: merge The PR is ready for merge by the caretaker area: core Issues related to the framework runtime target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

@ViewChild query index mismatch when mixed with viewChild() signals in JIT mode

3 participants