Created
December 13, 2018 04:15
-
-
Save alex-okrushko/18291518482cf3b37c220efa6b40ce50 to your computer and use it in GitHub Desktop.
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
| @Effect() | |
| handleAddCommentError: Observable<Action> = this.actions.pipe( | |
| ofType(actions.ADD_COMMENT_ERROR), | |
| map(({payload}) => new actions.ShowAddCommentDialog(payload)), | |
| ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment