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
After update to Angular 14.1.2 the components with inject Router begin to show the WARN below in tests
WARN: 'Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?'
how can I disabled these warns?
The text was updated successfully, but these errors were encountered:
Thanks for raising this issue @jadir-junior . It seems like you're right, I'll have a closer look at this at the start of next week.
Sorry, something went wrong.
🎉 This issue has been resolved in version 12.1.2 🎉
The release is available on:
Your semantic-release bot 📦🚀
Successfully merging a pull request may close this issue.
After update to Angular 14.1.2 the components with inject Router begin to show the WARN below in tests
WARN: 'Navigation triggered outside Angular zone, did you forget to call 'ngZone.run()'?'
how can I disabled these warns?
The text was updated successfully, but these errors were encountered: