Skip to content

fix(signal-forms-part3): Remove unused imports and simplify types#87

Merged
fmalcher merged 1 commit intomainfrom
remove-WithOptionalField
Apr 1, 2026
Merged

fix(signal-forms-part3): Remove unused imports and simplify types#87
fmalcher merged 1 commit intomainfrom
remove-WithOptionalField

Conversation

@d-koppenhagen
Copy link
Copy Markdown
Member

  • Remove unused WithOptionalField import from @angular/forms/signals
  • Simplify errors input type from readonly WithOptionalField<ValidationError>[] to readonly ValidationError[]
  • Improve code clarity by removing unnecessary type wrapper

- Remove unused `WithOptionalField` import from `@angular/forms/signals`
- Simplify `errors` input type from `readonly WithOptionalField<ValidationError>[]` to `readonly ValidationError[]`
- Improve code clarity by removing unnecessary type wrapper
@d-koppenhagen d-koppenhagen requested a review from fmalcher April 1, 2026 08:47
@fmalcher fmalcher merged commit 242de6a into main Apr 1, 2026
@fmalcher fmalcher deleted the remove-WithOptionalField branch April 1, 2026 09:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants