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

Function _setUpdateStrategy

packages/forms/src/model/abstract_model.ts:1766–1770  ·  view source on GitHub ↗

@internal

(opts?: ValidatorFn | ValidatorFn[] | AbstractControlOptions | null)

Source from the content-addressed store, hash-verified

1764
1765 /** @internal */
1766 _setUpdateStrategy(opts?: ValidatorFn | ValidatorFn[] | AbstractControlOptions | null): void {
1767 if (isOptionsObj(opts) && opts.updateOn != null) {
1768 this._updateOn = opts.updateOn!;
1769 }
1770 }
1771 /**
1772 * Check to see if parent has been marked artificially dirty.
1773 *

Callers

nothing calls this directly

Calls 1

isOptionsObjFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…