Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: clear subscription on shareReplay completion (#5044)
The subscription needs to be cleared to prevent the implementation holding a reference to the completed source. In Angular, not clearing the reference can lead to components not being garbage collected. Closes #5034
- Loading branch information