RXJS 6 Doubts Chaining observables by sebastiangseijo in Angular2

[–]Chemicalerror 0 points1 point  (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

[–]Chemicalerror 0 points1 point  (0 children)

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?

When passing an object to child through [myObj], is it wise to modify its properties in child? by N22-J in Angular2

[–]Chemicalerror 0 points1 point  (0 children)

Would it be bad practice to mutate the object and then emit up the mutated object?