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): reflect input type in context #33997

Closed
wants to merge 2 commits into from

Commits on Nov 28, 2019

  1. fix(common): reflect input type in NgForOf context

    Fixes `NgForOf` not reflecting the type of its input in the `NgForOfContext`.
    crisbeto committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    de4840d View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. fix(common): reflect input type in NgIf context

    Fixes the content of `NgIf` being typed to any.
    
    Fixes angular#31556.
    crisbeto committed Nov 29, 2019
    Configuration menu
    Copy the full SHA
    66e8ed4 View commit details
    Browse the repository at this point in the history