-
Notifications
You must be signed in to change notification settings - Fork 771
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 encountered resolving symbol values statically. #38
Comments
I am also experiencing this exact issue. |
I believe this is related to AOT compiler and exported Lambda(s): angular/angular#10789. |
@kuncevic, @nickraphael - please retry with the latest from master. I will reopen if that does resolve your issue. |
Ahh seams to be still not working. I am using |
It works on my system at home but not at work. One potential reason could be the angular2 cli. At home I'm using 19-3, but at work it's 22-1 |
having the same issue as @nickraphael and @kuncevic with the same angular-cli version |
@ThomasBurleson seems latest issue is surrounding calling methods in @directive decorator "addResponsiveAliases" |
@TylerDev6 - thank you. I just added a fix [to your note] to HEAD.
|
@ThomasBurleson I just pull the updates but still having same issue. |
Fixed with SHA 2a1590a + SHA 3f2aa21.
After |
@ThomasBurleson It is seams to be working now. Thanks for fixig this. I see you downgraded pretty mutch all angular related packages from Is there still issues with the latest angular aot compiler? |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Getting an error when using the library in my project. Just running
ng build
and getting an error:I can pass the build if just put a comment on
FlexLayoutModule.forRoot()
Angular 2.2.3
node 6.9.2
npm 4.0.3
Windows 7 Pro x64
UPDATE 0:
I was being producing the lib using both
gulp build:components
andgulp build:release
but still has the same outcome once I put it it in my project.UPDATE 1:
I can see you are relying on Anglar
"^2.2.4"
which is my project is relying on version2.2.3
is there anyting in2.2.4
that you rely on, which is not in2.2.3
?UPDATE 2:
Just updated the project to angular
2.2.4
but didn't help.The text was updated successfully, but these errors were encountered: