-
Notifications
You must be signed in to change notification settings - Fork 55
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
Angular v8 update #244
Comments
I tried updating my apps to Angular v8 and I didn't get any errors. However, when Angular v8 is released, a new version for Angular v8 of this library will be released as soon as possible. |
This is the error I'm getting on the console when I publish:
|
That's weird. I only have two polyfills: |
I'm trying out Angular 8 with CLI rc-4 now and this is the output for
|
You're right: I was still using the Also in reference to your pr (#245 ), have you already verified that updating the dependencies the error disappears? |
I'll tell when I get back home (I did that work on my desk computer), I really forgot what was the outcome because there is a breaking change in rc-5 published last night, which affected another UI library I'm using. It's all a mess now. I'll get back to you. |
Ok, np. But I think I found the reason: if I remove |
I opened an issue on angular-cli repo: angular/angular-cli#14518 |
The solution is the angular-cli repo. I'm closing this. |
Angular v.8 is expected week of May 22. Upgrading projects from previous version shouldn't be difficult yet there are new concepts (such as differential loading) that might require used libraries to be on the same page in terms of dependencies to work properly.
At the moment I'm porting a project to Angular v.8 (rc.4) and while it works fine in dev mode, AoT build does not. I can trace back to a zone.js error, and since v8 release candidate upgraded its depended version, I'm thinking angular-l10n might have to as well at some point.
The text was updated successfully, but these errors were encountered: