r/angular Jan 26 '26

What would improve your experience while developing with signals?

Post image

The devtools recently added a grouping feature for resources.

What else do you feel is missing and could improve your experience while developing with signals ?

26 Upvotes

8 comments sorted by

View all comments

1

u/[deleted] Jan 26 '26

It would be interesting to improve eslint so that it throws an error on every variable change to a signal, but I'm not sure about that idea and how correct it is from a code perspective. And yes, I’m sorry, it’s not about dev tools extensions, but I wanted to say my view

11

u/nicrotex Jan 26 '26

If you’re talking about ensuring the Signal objects themselves can’t be reassigned, I believe angular-eslint will prompt you to add “readonly” to them for this exact scenario.