Skip to content

Instantly share code, notes, and snippets.

@alexytiger
Last active December 24, 2019 05:51
Show Gist options
  • Save alexytiger/b1244599ea4f711fef4679b186c00b41 to your computer and use it in GitHub Desktop.
Save alexytiger/b1244599ea4f711fef4679b186c00b41 to your computer and use it in GitHub Desktop.
e-book
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