-
Notifications
You must be signed in to change notification settings - Fork 13.5k
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
"Cannot read property 'ev' of null thrown " in angular 2 #11972
Comments
Please use the issue template. |
Hello! Thanks for opening an issue with us! As this seems like more of a support question I will urge that you ask this question on our forum or on our slack channel. Thanks for using Ionic! |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
when I am trying to execute jasmine test cases in angular 2 getting error as
"Cannot read property 'ev' of null thrown "
I checked this issue in GitHub and stack overflow. In that i got few solutions in #10186.,
#10045
but those are not worked for me.
Ionic Info:
Cordova CLI: 6.5.0
Ionic Framework Version: 2.0.0
Ionic CLI Version: 2.2.1
Ionic App Lib Version: 2.2.0
Ionic App Scripts Version: 1.0.0
ios-deploy version: Not installed
ios-sim version: Not installed
OS: Windows 7
Node Version: v6.3.1
Xcode version: Not installed
In Package. Json:
"jasmine-core": "^2.6.2",
"ionic-angular": "2.0.0",
"@ionic/app-scripts": "1.0.0",
"typescript": "2.0.9"
And this issue sometimes is not getting without change any code and dependencies also.Please try to give permanent solution. Thanks in advance.
The text was updated successfully, but these errors were encountered: