briebug / ngrx-auto-entity

NgRx Auto-Entity: Simplifying Reactive State
https://briebug.gitbook.io/ngrx-auto-entity/
Other
66 stars 12 forks source link

Hotfix/action creator props missmatch #224

Closed strattonwhisler closed 1 year ago

strattonwhisler commented 1 year ago

What:

The action creator factories for Load Range Success/Failure, Load Page Success/Failure, & Selected use props that do not align with their class-based action counterpart. This updates the prop interfaces to match the constructors.