The type of the value that should be stored and deserialized.
OptionaldebugA debug name for the signal. Used in Angular DevTools to identify the signal.
OptionalequalA comparison function which defines equality for signal values.
OptionalreplacerAn optional function to use when serializing a value with JSON.parse.
OptionalreviverAn optional function to use when deserializing a value with JSON.parse.
Options for localStorageSignal and sessionStorageSignal.