bootsoon / ng-circle-progress

A simple circle progress component created for Angular based on SVG Graphics.
https://bootsoon.github.io/ng-circle-progress/
MIT License
251 stars 86 forks source link

Getting Syntax Error in IE 11 #141

Open kesavanpos opened 3 years ago

bootsoon commented 3 years ago

What kind of error?

kesavanpos commented 3 years ago

When I open "https://bootsoon.github.io/ng-circle-progress/" URL in IE 11 blank page is loading whereas it is working fine in chrome. Kindly let me know a workaround for this issue.

When I try to use in my app it is getting below exception in IE11

ERROR in getInternalNameOfClass() called on a non-ES5 class: expected CircleProgressComponent to have an inner class declaration

kesavanpos commented 3 years ago

Please find stackblitz url "https://stackblitz.com/edit/ng-circle-progress-demo". If we open in IE11 it gives

SCRIPT1002: Syntax error

shashanksingh324 commented 3 years ago

In my case, "ng-circle-progress@1.5.1" is working fine where as "ng-circle-progress@1.6.0" is not working, throwing SCRIPT1002: Syntax error, so downgraded to ng-circle-progress@1.5.1 working fine with IE11