I would propose that signals are always named with a "$" as a prefix (differently from Observables, where it is a suffix) to quickly recognize them. A signal would then be `const $something = signal("some value");`
I would propose that signals are always named with a "$" as a prefix (differently from Observables, where it is a suffix) to quickly recognize them.
A signal would then be
const $something = signal("some value");