Skip to content

Instantly share code, notes, and snippets.

@jrwebdev
Last active May 19, 2016 08:09
Show Gist options
  • Save jrwebdev/94459afbbdf6d2bf8dc1063f828573f0 to your computer and use it in GitHub Desktop.
Save jrwebdev/94459afbbdf6d2bf8dc1063f828573f0 to your computer and use it in GitHub Desktop.
ng-redux-route React wrapper
import {setLocation} from 'ng-redux-router';
const push = url => setLocation(url);
export {push}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment