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(ivy): listeners inherited twice if sub class has own propMetadata #29353

Closed

Commits on Mar 16, 2019

  1. fix(ivy): listeners inherited twice if sub class has own propMetadata

    Fixes host listeners being inherited twice, if the sub class has its own `propMetadata`. This is related to angular#29170 which fixed something similar, however all of the test cases there had a super class with some metadata and a sub class that didn't have any. The issue manifested itself in the `MatTreeToggle` which inherits a listener from the `CdkTreeToggle` and adds an extra `Input` of its own, causing the listener to be added twice.
    crisbeto committed Mar 16, 2019
    Configuration menu
    Copy the full SHA
    b839385 View commit details
    Browse the repository at this point in the history