MCPcopy Create free account
hub / github.com/angular/angular / path

Method path

packages/forms/src/directives/ng_model.ts:346–348  ·  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

344 * Each index is the string name of the control on that level.
345 */
346 override get path(): string[] {
347 return this._getPath(this.name);
348 }
349
350 /**
351 * @description

Callers

nothing calls this directly

Calls 1

_getPathMethod · 0.95

Tested by

no test coverage detected