Is it possible to get all the \"active\" subscriptions without storing them manually?
I\'d like to unsubscribe all of the \"active\" subscriptions and don\'
unsubscribe
Yeap. Just call .observers property if you is using Subject object of the rxjs.
.observers
Subject
rxjs
Hope this helps.