Skip to content

Instantly share code, notes, and snippets.

@alexytiger
Created December 25, 2019 20:50
Show Gist options
  • Save alexytiger/7a4cc04d4ac2f6755594d1846d88fe25 to your computer and use it in GitHub Desktop.
Save alexytiger/7a4cc04d4ac2f6755594d1846d88fe25 to your computer and use it in GitHub Desktop.
e-book
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