Optional
debugA debug name for the signal. Used in Angular DevTools to identify the signal.
Optional
injectorpass injector if this is not created in Injection Context
Optional
selectorA selector function that receives the tick count and returns the value to emit from the signal. If not provided, the tick count (number) is emitted.
Optional
stoppedIf true, the timer isn't running at start. When running in a non-browser environment, the signal always begins in a stopped state by default.
Options for timerSignal.