Open nhhockeyplayer opened 4 days ago
Hi If this can be prioritized, that would be appropriate theres no way at all now to get NgRX on the map
the nx-console UI is failing with this error in the webstorm terminal the mac terminal shows the failure too when executing the command manually
The other main issue we rely on its the ngrx-store-freeze, ngrx-store-logger & store-devtools debug logging it was simple prior to new Actions design but now with the react javascript type changes its mysterious when rigging up NgRX, so far its nutz'o to try and get the devtools logger setup to see complete route serializer and routes unfolding at runtime in the chrome console. This needs to be simplified and redone because I been using NgRX ever since its inception and NOW every time I try to get that devtools logger setup now its like pulling teeth takes days or not at all and thats not a good sign of good craftsman work it should be simple automated and even manually. Currently it remains a mystery and unable to setup. If someone can code review that and simplify it we really need that feature for debugging in the field. Currently I think its some secret flag somewhere that needs to be set but I have yet to get that darned devtools logging going for years now.
thanks for an awesome product
Current Behavior
SUBJECT: MFE host cannot generate root ngrx state for app - broken
causes error
Expected Behavior
should generate root ngrx state for MFE host app
GitHub Repo
https://github.com/nhhockeyplayer/meanstacknh
Steps to Reproduce
nx g @nx/angular:ngrx-root-store --project=host --minimal=false --name=root --addDevTools=true --facade=true --no-interactive --dry-run
Nx Report
Failure Logs
Package Manager Version
npm --version 10.9.0
Operating System
Additional Information
this is a show stopper I cannot get NgRX on the map for my hosts/apps