mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
- `CombinedControl.value` and `InteropNgControl.value` getter now return `unknown` instead of `any`, matching the actual `ReadonlyFieldState<unknown>` return type of `controlValue()`. - Remove redundant `as any` cast in `cvaControlCreate`: `parent` is typed as `FormField<unknown>`, so `state().controlValue` is `WritableSignal<unknown>` and accepts `unknown` directly. |
||
|---|---|---|
| .. | ||
| signals | ||
| src | ||
| test | ||
| BUILD.bazel | ||
| index.ts | ||
| package.json | ||
| PACKAGE.md | ||
| public_api.ts | ||