TIL

How to debug on whether observable is unsubscribe

2020.03.181분 읽기

const sub$ = new Subject();
sub$.unsubscribe();
sub$.closed //true;

관련 포스트

Giscus 댓글 영역 (GitHub Discussions 연동 예정)