Created
December 23, 2017 00:34
-
-
Save erichulburd/ed1ca506697ff85f172762e55c48e1bf 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
const game = (action$, store) => | |
action$.ofType(actions.START) | |
.mergeMap(() => | |
Observable | |
.interval(250) | |
// ... | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment