Last active
December 24, 2019 05:51
-
-
Save alexytiger/b1244599ea4f711fef4679b186c00b41 to your computer and use it in GitHub Desktop.
e-book
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
import { createAction, union } from '@ngrx/store'; | |
export const show = createAction('[Spinner] Show'); | |
export const hide = createAction('[Spinner] Hide'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment