Closed chrisch-hh closed 3 years ago
Generally, On
referred to the type produced by invoking the function on
. Looking at the NgRx 11 source, it seems that the type name changed to OnReducer
:
https://github.com/ngrx/platform/blob/9c078acbbae1e72e2ec2c72d33b01a8291e075e0/modules/store/src/reducer_creator.ts#L23
Will be fixed by #28
Following the documentation to setup ngrx-wieder, I'm getting this errors:
Seems that the name of ngrx's
On
has changed to lower-caseon
...I'm using: