How does one cancel a subscription in Angular2? RxJS seems to have a dispose method, but I can\'t figure out how to access it. So I have code that has access to an EventEm
Are you looking to unsubscribe?
mySubscription.unsubscribe();