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

Method _setUpdateStrategy

packages/forms/src/directives/ng_form.ts:363–367  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

361 }
362
363 private _setUpdateStrategy() {
364 if (this.options && this.options.updateOn != null) {
365 this.form._updateOn = this.options.updateOn;
366 }
367 }
368
369 private _findContainer(path: string[]): FormGroup {
370 path.pop();

Callers 4

ngAfterViewInitMethod · 0.95
constructorMethod · 0.45
constructorMethod · 0.45
constructorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected