Clear Subscriptions RxJS

JS
R
JavaScript

One way of cleaning

1import { Subscription } from 'rxjs';
2protected subscriptions = new Subscription();
3this.subscriptions.add(allFormsDisabled$);
4this.subscriptions.unsubscribe();

Created on 5/26/2021