Creates an undo reducer that can recognize the 'ngUndoState' key.
ngUndoState
const undoReducer = combineReducers({ ngUndoState: ngUndoState,}); Copy
const undoReducer = combineReducers({ ngUndoState: ngUndoState,});
Optional
The current undo state.
Generated using TypeDoc
Creates an undo reducer that can recognize the 'ngUndoState' key.
Function
Name
ngUndoState
Example