-
Notifications
You must be signed in to change notification settings - Fork 227
Error encountered resolving symbol values statically. Calling function 'InjectionToken' #104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@bjornharvold Googling this error message indicates that it might be a dependency problem. Have you tried the suggested solutions there?
If it still fails, can you provide a sample project that reproduces the problem? Thanks |
Resolved with Angular 4.4.1 |
Same problem with Angular 5 when building with AOT. |
Hi @yuricamara. Please follow the Angular 5 compatibility thread - #114 |
Thanks @roeeba |
Hi @eitanp461 :-)
Angular removed their deprecated code related to OpaqueToken. Assuming this is why using Angular 4.4.0.RC0 is breaking my codebase.
The text was updated successfully, but these errors were encountered: