Skip to content
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: '"@angular/core"' has no exported member named 'OutputRef' #480

Closed
fadler82 opened this issue Aug 7, 2024 · 1 comment · Fixed by #481
Closed

Error: '"@angular/core"' has no exported member named 'OutputRef' #480

fadler82 opened this issue Aug 7, 2024 · 1 comment · Fixed by #481

Comments

@fadler82
Copy link

fadler82 commented Aug 7, 2024

Hi,
within my angular project using
"@angular/core": "17.1.0"
and devDependencies set to

    "@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'?

Bildschirmfoto 2024-08-07 um 13 09 44

on my karma and also wallabyjs server.

This resolves itself when downgrading back to "@testing-library/angular": "17.0.0",

@GIgako19929
Copy link

ok

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants