OptionalequalsCompares the previous and next signal value.
Returning true suppresses the update and keeps dependent computations clean. Set this to false to force an update for every emission.
OptionalinitialThe initial signal value used before the observable emits for the first time.
OptionalrequireForces the observable to emit a value synchronously during subscription.
Options for converting an observable to a signal.