Skip to content

Experiments injecting bindings into meta.tag separately #1993

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 2, 2024

Conversation

a-stewart
Copy link
Contributor

Currently we inject all the syntaxes into text.html, causing #1725

Rather than doing this, we should separate this into two injects, one injecting interpolation into the base html, and another which injects bindings, but only into meta.tag.

This is WIP as whilst the changes to the JSON work, I haven't had a change to check the TS files which build them.

@a-stewart a-stewart marked this pull request as ready for review January 31, 2024 13:28
@atscott atscott force-pushed the template-tag branch 2 times, most recently from a5498c8 to 8aa6110 Compare January 31, 2024 18:27
@atscott atscott added target: patch This PR is targeted for the next patch release action: merge Ready to merge target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels Jan 31, 2024
a-stewart and others added 2 commits February 2, 2024 09:55
Currently we inject all the syntaxes into text.html, causing angular#1725

Rather than doing this, we should separate this into two injects, one injecting interpolation into the base html, and another which injects bindings, but only into meta.tag.

fixes angular#1725
@atscott atscott merged commit 28739e4 into angular:main Feb 2, 2024
@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 Mar 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge Ready to merge target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants