testing-library / angular-testing-library

🐙 Simple and complete Angular testing utilities that encourage good testing practices
https://testing-library.com/angular
MIT License
717 stars 91 forks source link

fix: add support for InputSignalWithTransform in inputs property #484

Closed mlz11 closed 3 months ago

mlz11 commented 3 months ago

Fixes #483

This PR adds support for InputSignalWithTransform in the inputs property added by #473.

timdeschryver commented 3 months ago

@all-contributors please add @mlz11 for code, tests

allcontributors[bot] commented 3 months ago

@timdeschryver

I've put up a pull request to add @mlz11! :tada:

zargham-leanix commented 1 month ago

this PR breaks angular 17 application build

zargham-leanix commented 1 month ago

we need to either update version compatibility docs or make it v17 compatible to angular v17 @timdeschryver @mlz11

timdeschryver commented 1 month ago

Please create a new issue for this @zargham-leanix In the issue please mention the versions (Angular, Testing Library) that are used. I tried to reproduce this but wasn't able to reproduce it, so a reproduction will speed up the process to get this resolved. Feel free to also create a PR with a fix.