Skip to content

refactor(forms): update status states based on prev discussion #61852

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

Merged
merged 1 commit into from
Jun 3, 2025

Conversation

mmalerba
Copy link
Contributor

@mmalerba mmalerba commented Jun 3, 2025

As discussed:

  • Rename .hasPendingValidators() to just .pending()
  • Eliminate .status() as a public API

Note:

  • .status() retained internally as part of the implementation
  • renamed the 'pending' status option to 'unknown' to avoid confusion with .pending()

As discussed:
- Rename `.hasPendingValidators()` to just `.pending()`
- Eliminate `.status()` as a public API

Note:
- `.status()` retained internally as part of the implementation
- renamed the `'pending'` status option to `'unknown'` to avoid
  confusion with `.pending()`
@mmalerba mmalerba added area: forms target: feature This PR is targeted for a feature branch (outside of main and semver branches) labels Jun 3, 2025
@mmalerba mmalerba requested a review from kirjs June 3, 2025 19:16
@ngbot ngbot bot added this to the Backlog milestone Jun 3, 2025
@mmalerba mmalerba requested a review from alxhub June 3, 2025 19:16
@mmalerba mmalerba self-assigned this Jun 3, 2025
@mmalerba mmalerba moved this to In Progress in Experimental Signal Forms Jun 3, 2025
@mmalerba mmalerba merged commit 7ecec96 into angular:prototype/signal-forms Jun 3, 2025
18 of 22 checks passed
@github-project-automation github-project-automation bot moved this from In Progress to Done in Experimental Signal Forms Jun 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: forms target: feature This PR is targeted for a feature branch (outside of main and semver branches)
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants