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

An Angular signal should be called with its getter method #3

Open
splincode opened this issue Sep 29, 2024 · 1 comment
Open

An Angular signal should be called with its getter method #3

splincode opened this issue Sep 29, 2024 · 1 comment

Comments

@splincode
Copy link

splincode commented Sep 29, 2024

image image

if the type of the transmitted is a signal, this should not be an error

export function tuiAppearanceMode(value: Signal<M>): Signal<M>;

https://github.com/taiga-family/taiga-ui/blob/main/projects/core/components/textfield/textfield.directive.ts

image image

in some cases, this should not be a mistake

@splincode
Copy link
Author

splincode commented Sep 29, 2024

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

No branches or pull requests

1 participant