ngrx / store-log-monitor

Log Monitor for @ngrx/store-devtools and Angular

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Throws errors function calls are not supported while updating to angular 2.4.3

ashish173 opened this issue · comments

I updated to angular 2.4.3 latest stable and I am getting errors related to.

ERROR in Error encountered resolving symbol values statically. Calling function 'StoreDevtoolsModule', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function

IMO its mostly this code which is causing the problem.

StoreDevtoolsModule.instrumentStore({
  monitor: useLogMonitor({
     visible: false,
     position: 'right'
   })
})

@brandonroberts @robwormald & @MikeRyan52