OptionaldebugA debug name for the signal. Used in Angular DevTools to identify the signal.
OptionaldefaultThe default value before the first emission.
OptionalequalEqual functions run on values emitted from async sources.
OptionalinjectorThis is only used if a signal is created from an observable.
OptionalrequireIf 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.