Skip to content

feat(compiler): Add support for the instanceof binary operator#66431

Merged
thePunderWoman merged 1 commit intoangular:mainfrom
JeanMeche:instanceof-operator
Jan 13, 2026
Merged

feat(compiler): Add support for the instanceof binary operator#66431
thePunderWoman merged 1 commit intoangular:mainfrom
JeanMeche:instanceof-operator

Conversation

@JeanMeche
Copy link
Member

Because why not ?

fixes #59975

@angular-robot angular-robot bot added detected: feature PR contains a feature commit area: compiler Issues related to `ngc`, Angular's template compiler labels Jan 9, 2026
@ngbot ngbot bot added this to the Backlog milestone Jan 9, 2026
@JeanMeche JeanMeche force-pushed the instanceof-operator branch 5 times, most recently from ad8a348 to a50b9e7 Compare January 12, 2026 16:15
@JeanMeche JeanMeche marked this pull request as ready for review January 12, 2026 16:15
@JeanMeche JeanMeche requested a review from crisbeto January 12, 2026 16:15
@angular-robot angular-robot bot added the area: docs Related to the documentation label Jan 12, 2026
@JeanMeche JeanMeche force-pushed the instanceof-operator branch from a50b9e7 to 0f8cfba Compare January 12, 2026 16:19
@JeanMeche JeanMeche force-pushed the instanceof-operator branch from 0f8cfba to 815c8c8 Compare January 12, 2026 18:25
@JeanMeche JeanMeche added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Jan 13, 2026
@thePunderWoman thePunderWoman merged commit 72534e2 into angular:main Jan 13, 2026
22 checks passed
@thePunderWoman
Copy link
Contributor

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

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Feb 13, 2026
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker area: compiler Issues related to `ngc`, Angular's template compiler area: docs Related to the documentation detected: feature PR contains a feature commit target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat(compiler): Support instanceof operator in Built-in control flow (Angular templates)

3 participants