MCPcopy
hub / github.com/angular/angular / focusBoundControl

Method focusBoundControl

packages/forms/signals/src/field/node.ts:107–109  ·  view source on GitHub ↗
(options?: FocusOptions)

Source from the content-addressed store, hash-verified

105 }
106
107 focusBoundControl(options?: FocusOptions): void {
108 this.getBindingForFocus()?.focus(options);
109 }
110
111 /**
112 * Gets the Field directive binding that should be focused when the developer calls

Callers

nothing calls this directly

Calls 2

getBindingForFocusMethod · 0.95
focusMethod · 0.65

Tested by

no test coverage detected