Replies: 1 comment 1 reply
-
Moved to q&a. |
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.
-
Describe the bug
Dear core team.
I am a angular developer , actually I have pleassure for rxjs and ngrx and the world of subscription. Actually I have a problem, a infernal bucle on subscription.
Where I subscribe to changes on form and change this with a events. I will explain this. I have my store and my reactive form.
On changes in my store, I update the data on my form, and changes on my form I update my changes on my store. It's sure is bad practice on the world of suscriptions (please verify this), but I update my component dinamically with changes and have temporal persistance with the store.
For break this bucle only I thinks 2 forms:
I looked from internet and didn't see things.
Please respond me and excuse me the lost time.
Expected behavior
Somethings of knowledge from the better way of fixed this problem.
For example, update the store, and store won't update the form.
Reproduction code
Reproduction URL
No response
Version
RXJS: 6.6.0 NGRX:1 13.0.2 Angular 12.2.16 node14.17.6 npm 6.14.15
Environment
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions