Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "actions/index"

Index

Interfaces

Functions

Functions

createActions

  • Create "Search", "Create", "Update" and "Delete" actions and types for the given schema. This actions are handled by the by the NormalizedEntityState reducer and the effects created by the CrudEffectsFactory. Export these actions together with custom state actions.

    For convinience the ngrx-normalizr addData,setDataandremoveData` action creators are exported together with the CRUD actions.

    Type parameters

    • T

    Parameters

    • entitySchema: Entity

      The schema to create CRUD actions for

    Returns CrudEntityActions<T>

Generated using TypeDoc