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

perf(ivy): avoid generating selectors array for directives without a selector #33431

Closed

Commits on Oct 27, 2019

  1. perf(ivy): avoid generating selectors array for directives without a …

    …selector
    
    Now that we've replaced `ngBaseDef` with an abstract directive definition, there are a lot more cases where we generate a directive definition without a selector. These changes make it so that we don't generate the `selectors` array if it's going to be empty.
    crisbeto committed Oct 27, 2019
    Copy the full SHA
    c806bf4 View commit details
    Browse the repository at this point in the history