Optional
debugA debug name for the signal. Used in Angular DevTools to identify the signal.
Optional
defaultThe default value before the first emission.
Optional
equalEqual functions run on values emitted from async sources.
Optional
injectorThis is only used if a signal is created from an observable.
Optional
requireIf true, then the passed value will eagerly be read and it will throw an error if it hasn't been set. You shouldn't use defaultValue in this case.
Options for asyncSignal.