Skip to content

Instantly share code, notes, and snippets.

@jplemieux66
Created January 31, 2018 13:36
Show Gist options
  • Save jplemieux66/2793e61f611d8ad78514a3f7764f38c7 to your computer and use it in GitHub Desktop.
Save jplemieux66/2793e61f611d8ad78514a3f7764f38c7 to your computer and use it in GitHub Desktop.
Angular State Management 1
interface Action {
type: string;
payload?: any;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment