LiveLoveApp logo

Exercise - Share Operator

Exercise

The goal of this exercise is to create a multicasted Observable using the share() operator.

  1. Open exercise on codesandbox.
  2. Note, this is the solution to the previous exercise using the connect() operator.
  3. Replace the connect() operator with the share() operator