Optional
debugA debug name for the signal. Used in Angular DevTools to identify the signal.
Optional
equalA comparison function which defines equality for signal values.
Optional
injectorNeeded if not created in an injection context.
Optional
reporterOverrides the default reporter.
Optional
runBy default inspect will only work in dev mode. Set to true to run in prod mode.
Optional
skipIf true, then the first output is not reported. This is dependent on one when the first effect actually executes.
Options that control the behavior of inspect. Options specific to inspect can be set globally from INSPECT_DEFAULTS.