Hello, I have updated my project to Angular 4 and I had the following execution error:
TypeError: Cannot convert undefined or null to object at Function.keys (<anonymous>) at combineReducers (utils.js:2) at _initialReducerFactory (ng2.js:15) at AppModuleInjector.get (ng:///AppModule/module.ngfactory.js:131) at AppModuleInjector.getInternal (ng:///AppModule/module.ngfactory.js:434) at AppModuleInjector.NgModuleInjector.get (core.es5.js:3762) at _createReducerIfExtension (instrument.js:40) at AppModuleInjector.createInternal (ng:///AppModule/module.ngfactory.js:220) at AppModuleInjector.NgModuleInjector.create (core.es5.js:3743) at NgModuleFactory.create (core.es5.js:3716) at core.es5.js:4954 at ZoneDelegate.invoke (zone.js:365) at Object.onInvoke (core.es5.js:4331) at ZoneDelegate.invoke (zone.js:364) at Zone.run (zone.js:125) at NgZone.run (core.es5.js:4200) at PlatformRef_._bootstrapModuleFactoryWithZone (core.es5.js:4952) at core.es5.js:4993 at ZoneDelegate.invoke (zone.js:365) at Zone.run (zone.js:125) at zone.js:760 at ZoneDelegate.invokeTask (zone.js:398) at Zone.runTask (zone.js:165) at drainMicroTaskQueue (zone.js:593) at HTMLDocument.ZoneTask.invoke (zone.js:464)
Hello, I have updated my project to Angular 4 and I had the following execution error:
TypeError: Cannot convert undefined or null to object at Function.keys (<anonymous>) at combineReducers (utils.js:2) at _initialReducerFactory (ng2.js:15) at AppModuleInjector.get (ng:///AppModule/module.ngfactory.js:131) at AppModuleInjector.getInternal (ng:///AppModule/module.ngfactory.js:434) at AppModuleInjector.NgModuleInjector.get (core.es5.js:3762) at _createReducerIfExtension (instrument.js:40) at AppModuleInjector.createInternal (ng:///AppModule/module.ngfactory.js:220) at AppModuleInjector.NgModuleInjector.create (core.es5.js:3743) at NgModuleFactory.create (core.es5.js:3716) at core.es5.js:4954 at ZoneDelegate.invoke (zone.js:365) at Object.onInvoke (core.es5.js:4331) at ZoneDelegate.invoke (zone.js:364) at Zone.run (zone.js:125) at NgZone.run (core.es5.js:4200) at PlatformRef_._bootstrapModuleFactoryWithZone (core.es5.js:4952) at core.es5.js:4993 at ZoneDelegate.invoke (zone.js:365) at Zone.run (zone.js:125) at zone.js:760 at ZoneDelegate.invokeTask (zone.js:398) at Zone.runTask (zone.js:165) at drainMicroTaskQueue (zone.js:593) at HTMLDocument.ZoneTask.invoke (zone.js:464)
This is my dependencies in the package.json:
I'm using ngrx with ngrx-effect as detailed in this repo:
https://github.com/ngrx/example-app
Thanks for the help