* @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.
()
| 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 |
no outgoing calls