spectator icon indicating copy to clipboard operation
spectator copied to clipboard

Angular 17 - input with transform

Open LukasMachetanz opened this issue 3 months ago • 8 comments

Is this a regression?

No

Description

Spectator does not correctly work using input having transform configured.

public id = input.required<number, string>({ transform: numberAttribute });

I would expect that Spectator correctly deals with this signature as well.

Please provide a link to a minimal reproduction of the bug

No response

Please provide the exception or error you saw

No response

Please provide the environment you discovered this bug in

No response

Anything else?

No response

Do you want to create a pull request?

No

LukasMachetanz avatar Apr 03 '24 10:04 LukasMachetanz