MCPcopy
hub / github.com/angular/angular / path

Method path

packages/forms/src/directives/ng_form.ts:208–210  ·  view source on GitHub ↗

* @description * Returns an array representing the path to this group. Because this directive * always lives at the top level of a form, it is always an empty array.

()

Source from the content-addressed store, hash-verified

206 * always lives at the top level of a form, it is always an empty array.
207 */
208 override get path(): string[] {
209 return [];
210 }
211
212 /**
213 * @description

Calls

no outgoing calls