Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "actions/create.actions"

Index

Functions

createCreateActions

  • Action class and type factory function for "create" actions. Returns an object of action classes and type strings. This actions are handled by the NormalizedEntityState reducer and the effects created by the CrudEffectsFactory.

    Type parameters

    • T

    Parameters

    • ns: string

      The namespace to use for creating action type constants

    Returns CreateActions<T>

Object literals

CreateActionNames

CreateActionNames: object

Action name constants

CREATE

CREATE: string = "Create"

Value of the CREATE action type

CREATE_FAIL

CREATE_FAIL: string = "Create Fail"

Value of the CREATE_FAIL action type

CREATE_SUCCESS

CREATE_SUCCESS: string = "Create Success"

Value of the CREATE_SUCCESS action type

Generated using TypeDoc