-
Notifications
You must be signed in to change notification settings - Fork 513
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
Pnotify for angular throws syntax error in IE. #343
Comments
I'm facing the same problem, can someone help in this context. |
This is happening because they're using arrow functions, which can't be polyfilled back into older browsers like IE. So you'll have to use the ES5 js files if you want to support older browsers. Those don't appear to import nicely into Angular 6 though for some reason, but I'll update this if I figure that part out. Edit: Then in your pnotify service up in your imports section add the following to make it not complain about them not existing: |
Thank you @smithk58 for your hepl, your solution fixed my app in IE. |
Thanks, @smithk58! |
@hperrin Can you please help here. Thanks
The text was updated successfully, but these errors were encountered: