OptionaldebugA debug name for the signal. Used in Angular DevTools to identify the signal.
Optionalinjectorpass injector if this is not created in Injection Context
OptionalselectorA 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.
OptionalstoppedIf 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.