You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you provide an example of how to use immutable store state with angular forms?
@angular-redux/form declares that ImmutableJS integration is provided seamlessly, but I cannot get it work.
I have problem with @angular/forms which does not work if I connect a form with immutable instance (Map or Record).
I would say that forms does not support ImmutableJS as 'model' (because of FormGroup.prototype._checkAllValuesPresent) and maybe I should ask this at @angular/forms, but as long as you declare that you support it, I think that I am doing something wrong.
The text was updated successfully, but these errors were encountered:
From my understanding this was previously implemented using some introspection techniques in order to convert to/from Immutable objects. I'm not sure if the Immutable abilities have been tested for some time unfortunately. Can you please provide a reproduction of where you are having issues?
This is a...
Environment
NodeJS Version: latest
Typescript Version: latest
Angular Version: latest
@angular-redux/store version: latest
@angular/cli version: (if applicable)
OS: Linux
Additional Notes:
Could you provide an example of how to use immutable store state with angular forms?
@angular-redux/form declares that ImmutableJS integration is provided seamlessly, but I cannot get it work.
I have problem with @angular/forms which does not work if I connect a form with immutable instance (Map or Record).
I would say that forms does not support ImmutableJS as 'model' (because of
FormGroup.prototype._checkAllValuesPresent
) and maybe I should ask this at @angular/forms, but as long as you declare that you support it, I think that I am doing something wrong.The text was updated successfully, but these errors were encountered: