-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example with reactive form #73
Comments
Actually you just need to import the module. |
I understand that I can import the module, but how to access the the FormControl / FormGroup from outside? E.g. I want to validate and submit the whole FormGroup, and subscribe to valueChanges of it. |
Oh right sorry. |
@ebrehault do you know how to access FormGroup / FormControl? What would be the way to check if the input data are valid? |
@ebrehault Any updates regarding to this question? |
@ebrehault any updates on this ? |
In the README, there currently is a short mention of usage with the
ReactiveFormsModule
. Can someone provide a working example with reactive forms?The text was updated successfully, but these errors were encountered: