Replies: 1 comment 1 reply
-
Try to look at the examples in this issue: #111 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Using the older version of this library I had the following abstract class, as per help from @NetanelBasal. It's not working with version 4.0.0. I tried changing the
FormGroup<T>
toFormGroup<ControlsOf<T>>
but that's not working either.The
this.onChange?>(x)
is complaining that:Beta Was this translation helpful? Give feedback.
All reactions