-
Notifications
You must be signed in to change notification settings - Fork 311
No provider for Store! after upgrade to Angular 2.3.1 #298
Comments
thx @fxck |
Looks like this has been fixed in v2.4.0 of Angular. |
It is not fixed on angular 2.4.0 or 2.4.1 At first I thought it would be too but after cleaning cache and removing node modules to get a clean dependency install: npm clean cache Got the same issue. Error: No provider for Store! |
@MikeRyan52, we are also running into this issue. Can you provide some clarification on what is needed to fix it when running 2.4.0+ or can we re-open the issue? |
Perhaps we can track in #307? |
This issue has been resolved with the latest 2.4.x release |
These are my versions but I am still getting the error.
Here are the stackoverflow questions for those: https://stackoverflow.com/questions/44114764/error-cant-resolve-all-parameters-for-store |
Our application works with aot compilation but after upgrading Angular to version 2.3.1 we get the following error:
Changes between working and not working version:
The text was updated successfully, but these errors were encountered: