You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I created a new project and I imported the module ...
After build I get the next error
ERROR in Error: Error encountered resolving symbol values statically. Calling function 'IntlModule', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol AppModule in /home/silvio/Projects/makon/OetrApp/checkIntl2/src/app/app.module.ts, resolving symbol AppModule in ....
Basically this project needs to be built with Angular compiler so that metadata.json files are produced. Without these, any project that imports this module and compiles with Angular CLI will get this exception when AOT is enabled. I will try and fork and fix but may not have the time.
I created a new project and I imported the module ...
After build I get the next error
ERROR in Error: Error encountered resolving symbol values statically. Calling function 'IntlModule', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol AppModule in /home/silvio/Projects/makon/OetrApp/checkIntl2/src/app/app.module.ts, resolving symbol AppModule in ....
== Code
== version
What I'm made wrong?
Thanks!
The text was updated successfully, but these errors were encountered: