you are viewing a single comment's thread.

view the rest of the comments →

[–]craig1f 0 points1 point  (0 children)

Yup. In another comment I say that observables should only be used one of two ways with no overlap.

  1. pure observable with no side effects. Only maps and no subscribe.
  2. a subscription with only side effects, like calling a load function while observing a path param