OptionaldebugA debug name for the signal. Used in Angular DevTools to identify the signal.
Optionalinjectorpass injector if this is not created in Injection Context
OptionalmissedDetermines how ticks missed while the host could not run callbacks affect the tick count.
discard counts only the callback that is delivered. coalesce advances the count to its
logical position on the interval timeline while still delivering only one callback.
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.