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(ngcc): use aliased exported types correctly #38666

Closed

Commits on Sep 5, 2020

  1. fix(ngcc): use aliased exported types correctly

    If a type has been renamed when it was exported, we need to
    reference the external public alias name rather than the internal
    original name for the type. Otherwise we will try to import the
    type by its internal name, which is not publicly accessible.
    
    Fixes angular#38238
    petebacondarwin committed Sep 5, 2020
    Copy the full SHA
    9b03169 View commit details
    Browse the repository at this point in the history