Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Subscription): Return Empty when teardown === null (#4575)
* fix(Subscription): Return Empty when teardown === null `typeof teardown` returns object when null. It breaks later when rxjs tries to access the closed property. The commit fixes that by first checking for null/undefined. * fix(Subscription): tslint errors
- Loading branch information