We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
x
[ ] Bug report -> please search issues before submitting [x] Feature request [ ] Documentation issue or request
Currently the counter counts down based on time left variable.
Counter should be able to count down to a given date, like how much time is left until 2023-10-22
Angular version: 14 ngx-countdown version: 14.0.0
The text was updated successfully, but these errors were encountered:
You can using stopTime property in config, like this:
stopTime
config: CountdownConfig = { stopTime: +new Date(2023, 9, 22) }
Sorry, something went wrong.
No branches or pull requests
Bug Report or Feature Request (mark with an
x
)Current behavior
Currently the counter counts down based on time left variable.
Expected behavior
Counter should be able to count down to a given date, like how much time is left until 2023-10-22
Environment
The text was updated successfully, but these errors were encountered: