Skip to content

Instantly share code, notes, and snippets.

@taylorc
Created April 19, 2018 23:14
Show Gist options
  • Select an option

  • Save taylorc/edd7d7e1a050194ca2de39deef41e823 to your computer and use it in GitHub Desktop.

Select an option

Save taylorc/edd7d7e1a050194ca2de39deef41e823 to your computer and use it in GitHub Desktop.
export class IncrementCount {
static readonly type = '[Home] Increment Count';
}
export class DecrementCount {
static readonly type = '[Home] Decrement Count';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment