Last active
September 12, 2018 10:48
-
-
Save fxck/7e9260610985c289f02dd4150b94277c 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 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