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

feat(compiler): Add extended diagnostic to warn when text attributes … #46161

Closed
wants to merge 3 commits into from

Commits on Jun 27, 2022

  1. feat(compiler): Add extended diagnostic to warn when text attributes …

    …are intended to be bindings
    
    https://angular.io/guide/attribute-binding#attribute-class-and-style-bindings
    
    Angular supports `attr.`, `style.`, and `class.` binding prefixes to
    bind attributes, styles, and classes. If the key does not have the
    binding syntax `[]` or the value does not have an interpolation `{{}}`,
    the attribute will not be interpreted as a binding.
    
    This diagnostic warns the user when the attributes listed above will not
    be interpreted as bindings.
    
    resolves angular#46137
    atscott committed Jun 27, 2022
    Copy the full SHA
    7825bf7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2022

  1. fixup! feat(compiler): Add extended diagnostic to warn when text attr…

    …ibutes are intended to be bindings
    atscott committed Jun 28, 2022
    Copy the full SHA
    9bc2bdc View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2022

  1. fixup! feat(compiler): Add extended diagnostic to warn when text attr…

    …ibutes are intended to be bindings
    atscott committed Jun 29, 2022
    Copy the full SHA
    2f8da46 View commit details
    Browse the repository at this point in the history