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