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(forms): make built-in ControlValueAccessors more tree-shakable #41146

Closed
wants to merge 1 commit into from

Commits on Mar 12, 2021

  1. perf(forms): make built-in ControlValueAccessors more tree-shakable

    This commit updates Forms code to avoid direct references to all built-in ControlValueAccessor classes, which
    prevents their tree-shaking from production builds. Instead, a new static property is added to all built-in
    ControlValueAccessors, which is checked when we need to identify whether a given ControlValueAccessors is a
    built-in one.
    AndrewKushnir authored and thePunderWoman committed Mar 12, 2021
    Configuration menu
    Copy the full SHA
    a3c1825 View commit details
    Browse the repository at this point in the history