Skip to content
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

fix(migrations): fix off by one issue with template removal in CF migration #53255

Closed
wants to merge 1 commit into from

Commits on Nov 29, 2023

  1. fix(migrations): fix off by one issue with template removal in CF mig…

    …ration
    
    When ng-templates are removed, an extra space was being added when it was unnecessary. This resulted in malformed html if there was no space afterwards.
    
    fixes: angular#53248
    thePunderWoman committed Nov 29, 2023
    Configuration menu
    Copy the full SHA
    c64fe27 View commit details
    Browse the repository at this point in the history