rxjs RxJS in Angular: When To Subscribe? (Rarely) When should you subscribe? The answer to that question is, “Only when you absolutely have to.” Because (among other reasons) if you don’t subscribe, you don’t have to unsubscribe.