Skip to content

Instantly share code, notes, and snippets.

@armanozak
Created May 3, 2021 08:53
Show Gist options
  • Save armanozak/805b79d2e4fd3084196eaa849d0567dc to your computer and use it in GitHub Desktop.
Save armanozak/805b79d2e4fd3084196eaa849d0567dc to your computer and use it in GitHub Desktop.
[What's New in RxJS 7] RxJS 6 no error with toPromise #blog #rxjs
import { EMPTY } from "rxjs";
EMPTY.toPromise().then(console.log);
// (asynchronously) undefined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment