mminor-dev

Results 9 comments of mminor-dev

a couple available approaches come to mind - haven't tried them, but seem like they should work. a) using `createFormGroupState` in your reducer to "reinitialize" the form, providing the value...

>However, if for example I type a letter and I delete it, the form is no longer set as Pristine so I don't know that the current value, in fact,...

sorry, this might be flakey/not precise with no stackblitz or anything, but essentially you just need to scope your updates to the context of the entire form, so you can...

So, i see two things going on: a) the reducer is not registered correctly in the `app.module`. [Check out the ngrx docs](https://v8.ngrx.io/guide/store/reducers#registering-root-state), reducers are registered as key-value pairs, even with...

I can't think of a a reason _why it would_. ngrx-forms doesn't directly use ReactiveForms that I'm aware of. ngrx-forms has had typing long before angular has gotten around to...

I certainly think there's a better way to write this than setting each control individually. You can set the form value as a whole, in a single action. To what...

Looking for exactly this functionality. Also Angular context, but could see it being nice for common attributes that don't necessarily have values i.e. ``

\*bump\* could really use this as well.

i know this is old, but just wanted to say thank you @IsThisTheCrustyCrab-was-taken. was worried I wouldn't be able to use this pad, but you changes work well enough for...