Skip to content

test(compiler): add test for :host:has(> .foo)#65012

Merged
AndrewKushnir merged 1 commit intoangular:mainfrom
mattrbeck:i58436
Nov 10, 2025
Merged

test(compiler): add test for :host:has(> .foo)#65012
AndrewKushnir merged 1 commit intoangular:mainfrom
mattrbeck:i58436

Conversation

@mattrbeck
Copy link
Copy Markdown
Member

I took a quick look at my recent changes to see if I had inadvertently fixed this bug, but I couldn't seem to reproduce it even before my changes. Seems like it's working, though.

Closes #58436

@angular-robot angular-robot bot added the area: compiler Issues related to `ngc`, Angular's template compiler label Nov 8, 2025
@ngbot ngbot bot added this to the Backlog milestone Nov 8, 2025
Copy link
Copy Markdown
Contributor

@AndrewKushnir AndrewKushnir left a comment

Choose a reason for hiding this comment

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

nit: let's update the commit message to start with test(compiler): ... - this will exclude the change from the public changelog.

@mattrbeck mattrbeck changed the title fix(compiler): add test for :host:has(> .foo) test(compiler): add test for :host:has(> .foo) Nov 8, 2025
I took a quick look at my recent changes to see if I had inadvertently
fixed this bug, but I couldn't seem to reproduce it even before my
changes. Seems like it's working, though.

Closes angular#58436
@mattrbeck
Copy link
Copy Markdown
Member Author

Done, thanks 👍

@mattrbeck mattrbeck added the action: merge The PR is ready for merge by the caretaker label Nov 8, 2025
@JeanMeche JeanMeche added the target: patch This PR is targeted for the next patch release label Nov 8, 2025
@AndrewKushnir AndrewKushnir merged commit 4b871b1 into angular:main Nov 10, 2025
20 of 22 checks passed
@AndrewKushnir
Copy link
Copy Markdown
Contributor

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

@angular-automatic-lock-bot
Copy link
Copy Markdown

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 Dec 11, 2025
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 target: patch This PR is targeted for the next patch release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

:host pseudo-element does not function with combinator selectors, such as :has(+ .my-class)

3 participants