-
Notifications
You must be signed in to change notification settings - Fork 93
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
Inject error when using async pipe #435
Comments
timdeschryver
added a commit
that referenced
this issue
Feb 13, 2024
Hi, I'm not able to reproduce this. For reference, this works #436 |
timdeschryver
added a commit
that referenced
this issue
Feb 13, 2024
Hi Tim Apparently it had to do with a customisation we had in our testing setup. |
timdeschryver
added a commit
that referenced
this issue
Feb 14, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description:
I face a NG0203: inject error when I use
async
pipe inside template when testing.Error:
How to reproduce:
Question:
Do you have any idea why this occurs and if it has to do with
angular-testing-library
?The text was updated successfully, but these errors were encountered: