-
Notifications
You must be signed in to change notification settings - Fork 17
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 loading in IE 11 #29
Comments
Indeed since a certain version (v1 to v2) ng2-logger doesn't work on IE/Edge. It seems to be the use of keywords unvailable in IE/Edge (const in for...of... loop). You can use v1.0.13, it worked for me. |
@RicardoJBarrios try new version. Should be ok. |
Ok for me 👍 |
After deploy it seems it's not working with the AOT build. |
Hello again and sorry for the delay. I have tested it with ie11, but the line |
@RicardoJBarrios try new version and "ng2-logger/browser" (or "ng2-logger/client"). It is a version without backend things.... |
I have tried the last version, and still have the |
Hello.
I have used ng2-logger in my project. It works fine in all browsers, but when try to load it in Explorer 11 the console gives me a SCRIPT1002: Syntax Error, and the line point to the
log.js
file, and the bundled line:I have been doing lots of test, and tried to fix it, but cannot get the fix for the error. Any Idea or help?
I am using all polyfills from angular 5.2.
Thanks.
The text was updated successfully, but these errors were encountered: