ngrx/store Can't resolve all parameters for function (state, action)

459 views Asked by At

I am currently attempting to upgrade @ngrx/store in my application but I am getting an error "Can't resolve all parameters for function (state, action)"

My code may be found here.

It is a Visual Studio .Net Angular app created using the new Angular templates found in Visual Studio. Prior to upgrading this application, I did have it working with versions: "@ngrx/core": "1.2.0", "@ngrx/effects": "2.0.0", "@ngrx/store": "2.2.1"

so it is the process of upgrading it to the latest version that has broken the application. Any ideas what I need to do to fix this?

0

There are 0 answers