Skip to content

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

Open
JeanMeche wants to merge 1 commit intoangular:mainfrom
JeanMeche:fix/jit-queries
Open

fix(core): fix ordering of view queries metadata in JIT mode#68408
JeanMeche wants to merge 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area: core Issues related to the framework runtime

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

2 participants