Created
August 31, 2019 19:06
-
-
Save splincode/44aec2553f2d4e5632d26b5669dabea7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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