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

Method _setUpdateStrategy

packages/forms/src/directives/ng_model.ts:348–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

346 }
347
348 private _setUpdateStrategy(): void {
349 if (this.options && this.options.updateOn != null) {
350 this.control._updateOn = this.options.updateOn;
351 }
352 }
353
354 private _isStandalone(): boolean {
355 return !this._parent || !!(this.options && this.options.standalone);

Callers 1

_setUpControlMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected