Skip to content

Instantly share code, notes, and snippets.

@mfp22
Last active March 23, 2021 07:50
Show Gist options
  • Save mfp22/48897fa1e534eeac13a2d815d7582cea to your computer and use it in GitHub Desktop.
Save mfp22/48897fa1e534eeac13a2d815d7582cea to your computer and use it in GitHub Desktop.
@Effect() this.actions$.pipe(
ofType("DELETE_ITEM_SUCCESS"),
map(() => ({type: "REMOVE_FAVORITE_ITEM_ID"})),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment