Skip to content

Commit 962f03b

Browse files
author
Kuldeep Saxena
authored
Update FieldGroup.md
1 parent 8643fb6 commit 962f03b

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

docs/api/FieldGroup.md

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

0 commit comments

Comments
 (0)