ngrx / store-log-monitor

Log Monitor for @ngrx/store-devtools and Angular
MIT License
63 stars 18 forks source link

No provider for Dispatcher #19

Open adoris opened 7 years ago

adoris commented 7 years ago

Hello!

i am getting follow error: Error in ./StoreLogMonitorComponent class StoreLogMonitorComponent - inline template:1:4 caused by : No provider for Dispatcher

i'm using angular-cli with: "@ngrx/core": "^1.2.0", "@ngrx/effects": "^2.0.0", "@ngrx/router-store": "^1.2.4", "@ngrx/store": "^2.2.1", "@ngrx/store-devtools": "^3.1.0", "@ngrx/store-log-monitor": "^3.0.2",

same error have i already seen : https://github.com/ngrx/store-log-monitor/issues/10

brandonroberts commented 7 years ago

Are you still experiencing this issue? What version of the CLI are you using?

photostu commented 7 years ago

I'm getting this error when turning on --aot for ng serve now :(

maxime1992 commented 7 years ago

Any news on this one ?

ng -v                                                                               
angular-cli: 1.0.0-beta.24
node: 7.4.0
os: linux x64
@angular/common: 2.3.1
@angular/compiler: 2.3.1
@angular/core: 2.3.1
@angular/flex-layout: 2.0.0-beta.1
@angular/forms: 2.3.1
@angular/http: 2.3.1
@angular/material: 2.0.0-beta.1
@angular/platform-browser: 2.3.1
@angular/platform-browser-dynamic: 2.3.1
@angular/router: 3.3.1
@angular/compiler-cli: 2.3.1

And for ngrx :

"@ngrx/core": "1.2.0",
"@ngrx/effects": "2.0.0",
"@ngrx/store": "2.2.1",

As @photostu said it breaks with AOT :+1: