Skip to content

Commit 5e07d8d

Browse files
committed
chore(readme): add stackblitz example link
1 parent f3d8a40 commit 5e07d8d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ A lightweight library for dynamically validate Angular reactive forms using [cla
3434
- [ClassValidatorFormBuilderService](#classvalidatorformbuilderservice)
3535
- [classType parameter](#classtype-parameter)
3636
- [ClassValidatorFormGroup](#classvalidatorformgroup)
37+
- [Stackblitz example](https://stackblitz.com/edit/ngx-reactive-form-class-validator)
3738
- [Developer note](#developer-note)
3839

3940
## Installation
@@ -126,7 +127,7 @@ profile-form.component.ts
126127
),
127128
});
128129
#### Using ClassValidatorFormGroup class
129-
As it's possible with angular `FormGroup` class we can directly create a using the constructor/
130+
As it's possible with angular `FormGroup` class we can directly create a `ClassValidatorFormGroup` using the constructor
130131

131132

132133
export class ProfileFormComponent {

0 commit comments

Comments
 (0)