Revert autounsubscribe change
This commit is contained in:
parent
f8ef27c49d
commit
d3e27a384e
@ -17,10 +17,6 @@ export abstract class AutoUnsubscribe implements OnDestroy {
|
||||
this._subscriptions.add(subscription);
|
||||
}
|
||||
|
||||
set removeSubscription(subscription: Subscription) {
|
||||
this._subscriptions.remove(subscription);
|
||||
}
|
||||
|
||||
/**
|
||||
* This method unsubscribes active subscriptions
|
||||
* If you implement OnDestroy in a component that inherits AutoUnsubscribeComponent,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user