We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Perhaps I am doing something wrong, but having an issue. Using angular 6
in my component im importing like this (as stated in the docs) import PNotify from "pnotify/dist/es/PNotify";
All works well in chrome and edge. but in IE, getting this error syntax error on this line let onDocumentLoaded = () => {
Im sure its a quick config change, but not exactly sure what to do here
The text was updated successfully, but these errors were encountered:
There's a link in the README here: https://github.com/sciactive/pnotify#angular
To this issue, which includes a solution for IE support: #343 (comment)
Sorry, something went wrong.
Yes.. Thank you.. I should have updated my ticket once I noticed that myself.. I must have glanced string over it.
No worries. :)
No branches or pull requests
Perhaps I am doing something wrong, but having an issue.
Using angular 6
in my component im importing like this (as stated in the docs)
import PNotify from "pnotify/dist/es/PNotify";
All works well in chrome and edge. but in IE, getting this error
syntax error
on this line
let onDocumentLoaded = () => {
Im sure its a quick config change, but not exactly sure what to do here
The text was updated successfully, but these errors were encountered: