Skip to content

Instantly share code, notes, and snippets.

@greg-nagy
Created February 12, 2018 11:27
Show Gist options
  • Save greg-nagy/c0db9d7c12e672d719591e3c8be4a225 to your computer and use it in GitHub Desktop.
Save greg-nagy/c0db9d7c12e672d719591e3c8be4a225 to your computer and use it in GitHub Desktop.
r-action live template
export const $NAME$ = '[$NAMESPACE$] $TYPE$';
export class $ACTION$ implements Action {
readonly type = $NAME$;
constructor(public payload: $PAYLOAD_TYPE$) {}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment