mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
- Injected `NG_VALIDATORS` into `FormField` and exposed it via an internal getter. - Created a `computed` signal in `cvaControlCreate` to run legacy validators and map into standard validation errors without generic `as any` type assertions. - Intercepted `registerOnValidatorChange` to trigger updates even when the model value remains unchanged (e.g., going from `null` to `null`). - Added integration tests to verify parse error propagation and reactivity. PR Close #67943 |
||
|---|---|---|
| .. | ||
| signals | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||