Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created June 20, 2020 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/a6e707d1b16a08ecfc41f898f51926e6 to your computer and use it in GitHub Desktop.
Save lydemann/a6e707d1b16a08ecfc41f898f51926e6 to your computer and use it in GitHub Desktop.
todo-list-sandbox.service.ts
public loadTodoList() {
this.store.dispatch(TodoListActions.getTodoListRequest());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment