Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created December 24, 2019 13:53
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/36d7a57a065c507eec3bcee579d08dbe to your computer and use it in GitHub Desktop.
Save lydemann/36d7a57a065c507eec3bcee579d08dbe to your computer and use it in GitHub Desktop.
todo-list-sandbox.service.ts
/**
* loadTodoList
*/
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