Skip to content

Instantly share code, notes, and snippets.

@mfp22
Last active March 23, 2021 07:36
Show Gist options
  • Save mfp22/23f3fb110ef0d966211ca976ff1af301 to your computer and use it in GitHub Desktop.
Save mfp22/23f3fb110ef0d966211ca976ff1af301 to your computer and use it in GitHub Desktop.
this.store.dispatch({
type: "SAVE_DATA",
payload: data
});
this.saveData(data).pipe( // POST request to server
map(res => this.store.dispatch({type: "DATA_SAVED"})),
).subscribe()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment