# InjectFieldArrayConfig

> This document is the Markdown version of [formisch.dev/angular/api/InjectFieldArrayConfig/](https://formisch.dev/angular/api/InjectFieldArrayConfig/). For the complete documentation index, see [llms.txt](https://formisch.dev/llms.txt).

Configuration object for creating a field array store with [`injectFieldArray`](/angular/api/injectFieldArray.md).

## Generics

- `TSchema` `extends FormSchema`
- `TFieldArrayPath` `extends RequiredPath`

## Definition

- `InjectFieldArrayConfig`
  - `path` `SignalOrValue<ValidArrayPath<v.InferInput<TSchema>, TFieldArrayPath>>`

### Explanation

The `path` may be passed as a plain array or as a signal, and must point to an array field of your schema.
