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

Method _getPath

packages/forms/src/directives/ng_model.ts:421–423  ·  view source on GitHub ↗
(controlName: string)

Source from the content-addressed store, hash-verified

419 }
420
421 private _getPath(controlName: string): string[] {
422 return this._parent ? controlPath(controlName, this._parent) : [controlName];
423 }
424}
425
426function checkParentType(parent: ControlContainer | null) {

Callers 2

ngOnChangesMethod · 0.95
pathMethod · 0.95

Calls 1

controlPathFunction · 0.90

Tested by

no test coverage detected