-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid intermediate Observable for getOne() #7739
Similar to 2c2c875 but for getOne(). And for the same reason too. We must be able to catch error in our apps if needed, so we must avoid intermediate observable that do not properly forward errors. With this fix we finally restore the historical behavior of redirecting to an error page when our app resolve an non-existing object. Most likely, we should to the same for getAll/watchAll some day.
- Loading branch information
Showing
1 changed file
with
8 additions
and
15 deletions.
There are no files selected for viewing
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