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: workaround for es2015 inheritance not always working #13834

Merged

Commits on Oct 26, 2018

  1. fix: workaround for es2015 inheritance not always working

    Since the inherited `ctorParameters` can be either a static array or a function that returns an array, the workaround that landed with e9103a6 does not fully solve the issue, which developers experience when using Angular Material with ES2015. This improves the workaround and ensures that it handles both scenarios properly.
    
    Also the workaround has been moved into a separate function in order to remove code duplication. This should also make it easier to delete the workaround if we need to.
    devversion committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    d909aef View commit details
    Browse the repository at this point in the history