Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
syncPendingControls
Function · 0.65
_syncPendingControls
Method · 0.65
_syncPendingControls
Method · 0.65
Implementers
1
SignalFormControl
packages/forms/signals/compat/src/sign
Calls
3
setValue
Method · 0.95
markAsDirty
Method · 0.65
markAsTouched
Method · 0.65
Tested by
no test coverage detected