0
0
JRJose Romero
The code exports an action that can be used to create an event. The action has a key property that is of type object.
Library: angular
Shortcut: angular.ngrx.action.create.props
export const action = createAction('[Source] Event', props<{key: type}>());