MCPcopy Index your code
hub / github.com/angular/angular / _syncPendingControls

Method _syncPendingControls

packages/forms/src/model/form_control.ts:364–364  ·  view source on GitHub ↗

@internal

()

Source from the content-addressed store, hash-verified

362
363 /** @internal */
364 _syncPendingControls(): boolean;
365}
366
367// This internal interface is present to avoid a naming clash, resulting in the wrong `FormControl`

Callers 3

syncPendingControlsFunction · 0.65
_syncPendingControlsMethod · 0.65
_syncPendingControlsMethod · 0.65

Implementers 1

SignalFormControlpackages/forms/signals/compat/src/sign

Calls 3

setValueMethod · 0.95
markAsDirtyMethod · 0.65
markAsTouchedMethod · 0.65

Tested by

no test coverage detected