Created
March 14, 2017 19:06
-
-
Save jgornick/dd6dce654bfe996f6f26deefe794efde to your computer and use it in GitHub Desktop.
Delay thrown observable
This file contains 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
return Observable | |
.throw(new Error('This is an error message.')) | |
.materialize() | |
.delay(2000) | |
.dematerialize(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment