Skip to content

What would be a proper way to test signal based output event emitters? #442

Answered by timdeschryver
italosll asked this question in Q&A
Discussion options

You must be logged in to vote

This is (sadly) the intended behavior.
The reason of this difference is that we used Angular's setInput method to set the input value, this method takes the alias into account.
For Output properties this doesn't exist, and we simply update the property within the component.

If there's a way to also use the Output alias, I would be happy to update it on our side.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@italosll
Comment options

@timdeschryver
Comment options

Answer selected by italosll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants