You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
I would be nice to have a simple $time { now(): number } service. The now method would be a simple forward to Date.now()
This would allow cleaner and more testable code relying on timeout, calendar, etc. A mockable version would allow to set current time.
The text was updated successfully, but these errors were encountered:
I would be nice to have a simple
$time { now(): number }
service. The now method would be a simple forward to Date.now()This would allow cleaner and more testable code relying on timeout, calendar, etc. A mockable version would allow to set current time.
The text was updated successfully, but these errors were encountered: