Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ _find
Method
_find
packages/forms/src/model/form_array.ts:561–563 ·
view source on GitHub ↗
@internal
(name: string | number)
Source
from the content-addressed store, hash-verified
559
560
/** @internal */
561
override _find(name: string | number): AbstractControl | null {
562
return
this.at(name as number) ?? null;
563
}
564
}
565
566
interface
UntypedFormArrayCtor {
Callers
nothing calls this directly
Calls
1
at
Method · 0.95
Tested by
no test coverage detected