0
1
JRJose Romero
The export const action = createAction('[Source] Event') line creates an action object that can be used to perform an action on a source. The [Source] part is the source of the event.
Library: angular
Shortcut: a.ngrx.action.create
export const action = createAction('[Source] Event');