@internal
()
| 617 | |
| 618 | /** @internal */ |
| 619 | override _updateValue(): void { |
| 620 | (this as Writable<this>).value = this._reduceValue() as any; |
| 621 | } |
| 622 | |
| 623 | /** @internal */ |
| 624 | override _anyControls(condition: (c: AbstractControl) => boolean): boolean { |
nothing calls this directly
no test coverage detected