Created
May 3, 2021 08:54
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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