Skip to content

Instantly share code, notes, and snippets.

@splincode
Created August 31, 2019 19:06
Show Gist options
  • Save splincode/44aec2553f2d4e5632d26b5669dabea7 to your computer and use it in GitHub Desktop.
Save splincode/44aec2553f2d4e5632d26b5669dabea7 to your computer and use it in GitHub Desktop.
export class Increment {
public static readonly type = '[Counter] Increment';
}
export class Decrement {
public static readonly type = '[Counter] Decrement';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment