Skip to content

Instantly share code, notes, and snippets.

@lydemann
Created June 20, 2020 11:23
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/0affe9c16cd815a07b7e3065b7b83028 to your computer and use it in GitHub Desktop.
Save lydemann/0affe9c16cd815a07b7e3065b7b83028 to your computer and use it in GitHub Desktop.
todo-list-sandbox.service.ts
public todoListChanged(affectedIds: string[]) {
this.store.dispatch(
TodoListActions.todoListChanged({
affectedIds,
}),
);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment