Exercise - Share Operator
Exercise
The goal of this exercise is to create a multicasted Observable using the share()
operator.
- Open exercise on codesandbox.
- Note, this is the solution to the previous exercise using the
connect()
operator. - Replace the
connect()
operator with theshare()
operator