0
0
llucycodes42
The following code exports an action called "createAction". This action will be used to create a new event.
Library: angular
Shortcut: a_ngrx_create_action
export const action = createAction('[Source] Event');
0
0
llucycodes42
The following code exports an action called "createAction". This action will be used to create a new event.
Library: angular
Shortcut: a_ngrx_create_action
export const action = createAction('[Source] Event');