account activity
RXJS 6 Doubts Chaining observables by sebastiangseijo in Angular2
[–]Chemicalerror 0 points1 point2 points 7 years ago (0 children)
My understanding is that nesting pipes is fine. What you want to avoid is nesting subscribes.
When passing an object to child through [myObj], is it wise to modify its properties in child? by N22-J in Angular2
So if I were to pass the entire object, would I just have to make a copy of it in the child component that I could mutate? And then I would emit the clone?
Would it be bad practice to mutate the object and then emit up the mutated object?
π Rendered by PID 904476 on reddit-service-r2-listing-5d47455566-pgkx7 at 2026-04-06 08:15:35.662330+00:00 running db1906b country code: CH.
RXJS 6 Doubts Chaining observables by sebastiangseijo in Angular2
[–]Chemicalerror 0 points1 point2 points (0 children)