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
Hi, within my angular project using "@angular/core": "17.1.0" and devDependencies set to
"@angular/core": "17.1.0"
"@testing-library/angular": "17.1.0", "@testing-library/jasmine-dom": "^1.2.0", "@types/jasmine": "^5.1.4", "cheerio": "^1.0.0-rc.12", "jasmine-core": "^5.1.2",
I get the error
error TS2724: '"@angular/core"' has no exported member named 'OutputRef'. Did you mean 'Output'?
on my karma and also wallabyjs server.
This resolves itself when downgrading back to "@testing-library/angular": "17.0.0",
"@testing-library/angular": "17.0.0",
The text was updated successfully, but these errors were encountered:
fix: do not import OutputRef (#481)
8ca97c7
Closes #480
ok
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Hi,
within my angular project using
"@angular/core": "17.1.0"
and devDependencies set to
I get the error
on my karma and also wallabyjs server.
This resolves itself when downgrading back to
"@testing-library/angular": "17.0.0",
The text was updated successfully, but these errors were encountered: