-
-
Notifications
You must be signed in to change notification settings - Fork 80
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
ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function... #73
Comments
…nction calls are not supported. Consider replacing the function or lambda with a reference to an exported function #73
…lly. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function #73
still not working |
I'm working on this issue using this starter https://github.com/AngularClass/angular-starter |
…nction calls are not supported.... tested with qdoule's starter
Finally fixed? I really hope |
Still not ok. |
It seems fixed thanks to branch 'DEVELOP'. It will be merged into master soon, when I'll release versione 3.3.0. |
I'm having this issue only with qdoudle's starter and with npm. To fix this issue use yarn to install dependencies |
ERROR in Error encountered resolving symbol values statically. Function calls are not supported. Consider replacing the function or lambda with a reference to an exported function (position 194:50 in the original .ts file), resolving symbol NgModule in /Users/ks89/git/angular-webpack2-starter-demo-with-angular-modal-gallery/node_modules/angular-modal-gallery/node_modules/@angular/core/core.d.ts, resolving symbol AngularRootModalGalleryModule in /Users/ks89/git/angular-webpack2-starter-demo-with-angular-modal-gallery/node_modules/angular-modal-gallery/index.ts, resolving symbol AngularRootModalGalleryModule in /Users/ks89/git/angular-webpack2-starter-demo-with-angular-modal-gallery/node_modules/angular-modal-gallery/index.ts
Found while experimenting this library with qdouble's angular-webpack2-starter + angular-universal.
The text was updated successfully, but these errors were encountered: