question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Update to Angular 4

See original GitHub issue

Hey, It looks like when you update to angular 4 the round-progressbar-code don’t match.

I work with Ionic and when i only ionic build or ionic run everything works fine, but when I run ionic run android --prod the cli throws an exception:

Error: Error encountered resolving symbol values statically. Calling function 'makeDecorator', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol Injectable in C:/Development/AlphaProject/node_modules/angular-svg-round-progressbar/node_modules/@angular/core/src/di/metadata.d.ts, resolving symbol OpaqueToken in C:/Development/AlphaProject/node_modules/angular-svg-round-progressbar/node_modules/@angular/core/src/di/opaque_token.d.ts, resolving symbol OpaqueToken in C:/Development/AlphaProject/node_modules/angular-svg-round-progressbar/node_modules/@angular/core/src/di/opaque_token.d.ts Error: Error encountered resolving symbol values statically. Calling function 'makeDecorator', function calls are not supported. Consider replacing the function or lambda with a reference to an exported function, resolving symbol Injectable in C:/Development/AlphaProject/node_modules/angular-svg-round-progressbar/node_modules/@angular/core/src/di/metadata.d.ts, resolving symbol OpaqueToken in C:/Development/AlphaProject/node_modules/angular-svg-round-progressbar/node_modules/@angular/core/src/di/opaque_token.d.ts, resolving symbol OpaqueToken in C:/Development/AlphaProject/node_modules/angular-svg-round-progressbar/node_modules/@angular/core/src/di/opaque_token.d.ts

maybe you have to update this project or some of you can tell me how to get this to work.

Thanks

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:24 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
crisbetocommented, Aug 24, 2017

Version 1.1.0 bumps the required Angular version to 4 and has been out since April.

1reaction
crisbetocommented, Apr 10, 2017

Good to know. In that case I’ll bump the minimum version to 4.0.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Angular Update Guide
Select the options that match your update. Angular versions. From v. 16.0, 15.0, 14.0, 13.0, 12.0, 11.0, 10.2, 10.1, 10.0, 9.1, 9.0, 8.2,...
Read more >
upgrade angular 4 project to angular 6 - Stack Overflow
First of all you can try giving the full version number that is 6.0.0 where ever you're installing. Secondly, the second install command...
Read more >
Upgrading Angular 4, 5 projects to Angular 6
Step 1: Globally upgrade Angular CLI from 1.x to 6 · Step 2: Upgrade Angular CLI version in project · Step 3: Identify...
Read more >
How to upgrade Angular 2/4/5 application to Angular 6
Here we encounter the first Angular 6 command i.e the ng update. A brief description of this new command is given in the...
Read more >
How to upgrade your Angular 4 App to Angular 5.0
npm uninstall -g angular-cli npm cache clean npm install -g @angular/cli@latest The first command will uninstall Angular CLI globally, while ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found