The Operation Stream Pattern — Managing Complex State with RxJS
Question 1 / 1
0:00
Core
Medium
A TaskService implements the operation stream pattern using scan but not shareReplay(1). Three operations are pushed before a component subscribes to tasks$. What happens when the component subscribes?