Skip to content

Instantly share code, notes, and snippets.

@fxck
Last active September 12, 2018 10:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fxck/7e9260610985c289f02dd4150b94277c to your computer and use it in GitHub Desktop.
Save fxck/7e9260610985c289f02dd4150b94277c to your computer and use it in GitHub Desktop.
export class UserListRequest implements Action, LoadingAction {
readonly type = ActiontTypes.UserListRequest;
fxLoading = { add: ActiontTypes.UserListRequest };
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment