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(common): ngStyle should ignore undefined values #34422

Commits on Dec 16, 2019

  1. fix(common): ngStyle should ignore undefined values

    Prior to ivy, undefined values passed in an object to the
    ngStyle directive were ignored. Restore this behavior by
    ignoring keys that point to undefined values.
    
    closes angular#34310
    mnahkies committed Dec 16, 2019
    Copy the full SHA
    aa2471e View commit details
    Browse the repository at this point in the history