π€ Code
Review Checklist for Angular Developers
#angular #reviewObservable Cleanup
π:
Sometimes, we find ourselves fetching data with observables, doing the subscribe and cleanup in ngOnDestroy
I would recommend using the async pipe to simplify the component code.