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

Linker fixes to handle @ syntax #51979

Closed
wants to merge 2 commits into from

Commits on Oct 2, 2023

  1. fix(compiler): enable block syntax in the linker

    Adds some logic to enable parsing of block syntax in the linker. Note that the syntax is only enabled on code compiled with Angular v17 or later.
    crisbeto committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    9ce2be4 View commit details
    Browse the repository at this point in the history
  2. fix(compiler): update the minVersion if component uses block syntax

    Increases the `minVersion` of component declarations that use bloks to v17 in order to indicate to users that they need to update if the library they're using is on the new syntax, while preserving backwards compatibility for libraries that do not use the syntax.
    crisbeto committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    77ebf32 View commit details
    Browse the repository at this point in the history