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