File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ A lightweight library for dynamically validate Angular reactive forms using [cla
34
34
- [ClassValidatorFormBuilderService](#classvalidatorformbuilderservice)
35
35
- [classType parameter](#classtype-parameter)
36
36
- [ClassValidatorFormGroup](#classvalidatorformgroup)
37
+ - [ Stackblitz example] ( https://stackblitz.com/edit/ngx-reactive-form-class-validator )
37
38
- [ Developer note] ( #developer-note )
38
39
39
40
## Installation
@@ -126,7 +127,7 @@ profile-form.component.ts
126
127
),
127
128
});
128
129
#### 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
130
131
131
132
132
133
export class ProfileFormComponent {
You can’t perform that action at this time.
0 commit comments