Skip to content

Instantly share code, notes, and snippets.

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