Open kesavanpos opened 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
Please find stackblitz url "https://stackblitz.com/edit/ng-circle-progress-demo". If we open in IE11 it gives
SCRIPT1002: Syntax error
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
What kind of error?