Tim Underhay

Results 36 comments of Tim Underhay

Please update to version 19. It will be the final major version of this library.

After working with signals for a while now, I'm convinced that the issue is the underlying design choice to make signal unwrapping function-based rather than getter-based. This choice is forcing...

@stefnotch Your solution sounds quite plausible, though I also wonder if it will subtly alter the reactivity. I suspect that it won't as signals are, for the moment, still dependent...

I've opened https://github.com/angular/angular/issues/54906 to hopefully get some attention on this from the Angular team.

Thanks @dgp1130 for the reply. For my own purposes, I only need it to filter the keys of the components, not their underlying properties. It would probably get in the...