Skip to content

Commit daf2c37

Browse files
author
Kuldeep Saxena
authored
Update FieldArray.md
1 parent 93904b0 commit daf2c37

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/api/FieldArray.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,20 @@ For eg.
7676
parent: AbstractControl;
7777
```
7878
An instance of FormGroup or FormArray class as a parent control.
79+
80+
##
81+
```ts
82+
meta: {[key: string]: any};
83+
```
84+
You can pass an object of custom variables to customize your component.
85+
86+
For example:
87+
88+
```ts
89+
<FieldArray
90+
meta={{
91+
title: "Products"
92+
}}
93+
...
94+
/>
95+
```

0 commit comments

Comments
 (0)