Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ _findContainer
Method
_findContainer
packages/forms/src/directives/ng_form.ts:369–372 ·
view source on GitHub ↗
(path: string[])
Source
from the content-addressed store, hash-verified
367
}
368
369
private _findContainer(path: string[]): FormGroup {
370
path.pop();
371
return
path.length ? <FormGroup>this.form.get(path) : this.form;
372
}
373
}
Callers
4
addControl
Method · 0.95
removeControl
Method · 0.95
addFormGroup
Method · 0.95
removeFormGroup
Method · 0.95
Calls
2
pop
Method · 0.80
get
Method · 0.65
Tested by
no test coverage detected