Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(toPromise): remove lettable version of toPromise
toPromise isn't really an "operator", as it does not take an Observable and return an Observable, rather it returns a Promise. This was added mistakenly fixes #2868
- Loading branch information