-
Notifications
You must be signed in to change notification settings - Fork 92
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
fix: add support for InputSignalWithTransform in inputs property #484
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @mlz11 , I left a few comments.
apps/example-app/src/app/examples/22-signal-inputs.component.spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
@all-contributors please add @mlz11 for code, tests |
I've put up a pull request to add @mlz11! 🎉 |
this PR breaks angular 17 application build |
we need to either update version compatibility docs or make it v17 compatible to angular v17 @timdeschryver @mlz11 |
Please create a new issue for this @zargham-leanix |
Fixes #483
This PR adds support for
InputSignalWithTransform
in theinputs
property added by #473.