Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save armanozak/6a29741e1d9a943ea5d6fa2fc9e8644d to your computer and use it in GitHub Desktop.
Save armanozak/6a29741e1d9a943ea5d6fa2fc9e8644d to your computer and use it in GitHub Desktop.
[What's New in RxJS 7] RxJS 7 EmptyErrorImpl with lastValueFrom #blog #rxjs
import { EMPTY, firstValueFrom } from "rxjs";
lastValueFrom(EMPTY).catch(console.log);
// (asynchronously) EmptyErrorImpl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment