Created
May 9, 2018 03:20
-
-
Save taylorc/0ba22d5371cbdd284a8c9a3ebed5d4ff to your computer and use it in GitHub Desktop.
post.actions.ts
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 FetchPosts { | |
| static readonly type = '[Posts] Fetch Post'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment