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): warn when style suffixes are used with attribute bindings #46651

Closed
wants to merge 2 commits into from

Commits on Jul 8, 2022

  1. feat(compiler): warn when style suffixes are used with attribute bind…

    …ings
    
    This commit adds an extended diagnostic which warns when style suffixes such as '.px'
    are used with attribute bindings (attr.width.px).
    
    Fixes angular#36256
    atscott committed Jul 8, 2022
    Copy the full SHA
    66b0526 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    fdab7fc View commit details
    Browse the repository at this point in the history