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(forms): Allow NonNullableFormBuilder to be injected. #45904

Closed
wants to merge 1 commit into from

Commits on May 9, 2022

  1. fix(forms): Allow NonNullableFormBuilder to be injected.

    Based on early feedback, calling `fb.nonNullable.group(...)` continues to be clunky for a form with many such groups. Allowing `NonNullableFormBuilder` to be directly injected enables the following:
    
    ```
    constructor(private fb: NonNullableFormBuilder) {}
    ```
    dylhunn committed May 9, 2022
    Configuration menu
    Copy the full SHA
    5fcde92 View commit details
    Browse the repository at this point in the history