ngrx-workshop
  • Table of Contents
  • Setup and Configuration
  • Rules of Thumb
  • Rules of Thumb pt2
  • NgRx Libraries
    • NgRx Data
    • NgRx Entity
    • Action Creators
    • NgRx Auto Entity
  • NgRx Facades
    • NgRx Facades
  • Testing
    • Testing Factory
    • Testing Reducers
    • Testing Selectors
    • Testing Effects
  • Advanced Actions
    • 3 Types of Actions
    • Deciders
    • Splitter Actions
    • Aggregators
  • ToDo
    • Todo
Powered by GitBook
On this page
  • Typical Actions
  • Action Creators

Was this helpful?

  1. NgRx Libraries

Action Creators

PreviousNgRx EntityNextNgRx Auto Entity

Last updated 5 years ago

Was this helpful?

  • Introduced in NgRx 7.0

  • Simplifies Action creation

  • Simplifies reducers and effects

Typical Actions

Action Creators