Last active
July 7, 2019 17:06
-
-
Save alexytiger/2e7c8aa478bbe78d97cc946ac9995a9d to your computer and use it in GitHub Desktop.
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, 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