-
Notifications
You must be signed in to change notification settings - Fork 130
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 in eventtargetinterruptsource.js:39 trying to run demo application #100
Comments
Facing the same issue, are you or any one able to resolve it? |
Nope, not yet. |
The @ng-idle version you're using ONLY works with Angular 6. You need to use the version prior to this one. |
You need to install these versions since you are not on ng-6:
|
I had the same issue in Angular 5.X.
|
Please add framework dependency versions to README. |
I have angular version Angular: 5.2.11 and I still face this issue |
I'm submitting a ... (check one with "x")
Current behavior
This error is displayed in the console of the browser:
Expected behavior
The timer should start and function as demoed on this page
Minimal reproduction of the problem with instructions
I built the application as described on this page
Please tell us about your environment:
I am using macOS 10.13.3 and Angular 5.2.0.
Browser: Chrome Version 66.0.3359.181 (Official Build) (64-bit)
Language: TypeScript 2.5.3
Has anyone come across this issue? Any idea what I can do about it?
The text was updated successfully, but these errors were encountered: