Skip to content

Instantly share code, notes, and snippets.

@alexytiger
Last active July 7, 2019 17:06
Show Gist options
  • Save alexytiger/2e7c8aa478bbe78d97cc946ac9995a9d to your computer and use it in GitHub Desktop.
Save alexytiger/2e7c8aa478bbe78d97cc946ac9995a9d to your computer and use it in GitHub Desktop.
import { createAction, props } from '@ngrx/store';
import { SnackBarInterface } from '../../models';
export const open = createAction('[SnackBar] Open', props<{ payload: SnackBarInterface }>());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment