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

Method path

packages/forms/src/directives/ng_model.ts:319–321  ·  view source on GitHub ↗

* @description * Returns an array that represents the path from the top-level form to this control. * Each index is the string name of the control on that level.

()

Source from the content-addressed store, hash-verified

317 * Each index is the string name of the control on that level.
318 */
319 override get path(): string[] {
320 return this._getPath(this.name);
321 }
322
323 /**
324 * @description

Callers

nothing calls this directly

Calls 1

_getPathMethod · 0.95

Tested by

no test coverage detected