Skip to content

Instantly share code, notes, and snippets.

@alexytiger
Last active December 24, 2019 05:59
Show Gist options
  • Save alexytiger/5c817f22ed0f8c903cb79b5959efd7d3 to your computer and use it in GitHub Desktop.
Save alexytiger/5c817f22ed0f8c903cb79b5959efd7d3 to your computer and use it in GitHub Desktop.
e-book
import { createAction, props } from '@ngrx/store';
export const errorMessage = createAction('[Error] Error Message', props<{ errorMsg: string }>());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment