Skip to content

Instantly share code, notes, and snippets.

@daniele-zurico
Created June 19, 2018 18:15
Show Gist options
  • Save daniele-zurico/437c602d0943a6dcfc0b26cfcb748aee to your computer and use it in GitHub Desktop.
Save daniele-zurico/437c602d0943a6dcfc0b26cfcb748aee to your computer and use it in GitHub Desktop.
prev() {
this.store.dispatch(new ChangePage(Pagination.PREV));
}
next() {
this.store.dispatch(new ChangePage(Pagination.NEXT));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment