angular-redux / store

Angular 2+ bindings for Redux
MIT License
1.34k stars 202 forks source link

Fixes #508 #510

Closed ratoaq2 closed 6 years ago

ratoaq2 commented 6 years ago

Fixes #508

SethDavenport commented 6 years ago

Looks good! Thanks for making a PR.

SethDavenport commented 6 years ago

Just published. Give 7.1.1 a try.

ratoaq2 commented 6 years ago

I did npm install --save @angular-redux/store@latest and it installed 7.1.1 When trying to start my app, I got

node_modules/@angular-redux/router/lib/es5/src/router.d.ts(4,25): error TS2307: Cannot find module '@angular-redux/store'.

When reverting to 7.1.0, the issue is gone.

SethDavenport commented 6 years ago

I'm having difficulty reproducing this - I tried on a new repo generated with @angular/cli.

Are you using the CLI or a custom toolchain?

ratoaq2 commented 6 years ago

It was an issue with my env. It looks good now. Thanks