Function ngUndoState

  • Creates an undo reducer that can recognize the 'ngUndoState' key.

    Function

    Name

    ngUndoState

    Example

    const undoReducer = combineReducers({
    ngUndoState: ngUndoState,
    });

    Parameters

    • Optional state: NgUndoState = {}

      The current undo state.

    Returns NgUndoState

    The current undo state.

Generated using TypeDoc