new Subscription()
Methods
dispose()
When this method is called on the Subscription, the Observable that created the Subscription will stop sending values to the callbacks passed when the Subscription was created.
- Source:
- typedefs/Observable.js, line 50