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
I'm submitting a ... (check one with "x")
[ ] bug report => search github for a similar issue or PR before submitting [X] feature request
Ngx-pipes version: 2.7.5
Current behavior There is a TimeAgo pipe for past dates, but no "TimeTo" pipe for upcoming dates.
Expected behavior TimeTo pipe would work similar to TimeAgo and return a string e.g. "in 2 weeks", "in one year", "in 12 hours and 23 minutes".
Minimal reproduction of the problem with instructions
Please tell us about your environment: Not relevant
node --version
The text was updated successfully, but these errors were encountered:
Sounds good. Do you want to make a PR for this one?
Sorry, something went wrong.
I already have the code for this, how do I make the PR?
Added TimeToPipe. It's a new feature that was requested here:
40cf409
danrevah#194
74d289f
No branches or pull requests
I'm submitting a ... (check one with "x")
Ngx-pipes version:
2.7.5
Current behavior
There is a TimeAgo pipe for past dates, but no "TimeTo" pipe for upcoming dates.
Expected behavior
TimeTo pipe would work similar to TimeAgo and return a string e.g. "in 2 weeks", "in one year", "in 12 hours and 23 minutes".
Minimal reproduction of the problem with instructions
Please tell us about your environment:
Not relevant
node --version
=The text was updated successfully, but these errors were encountered: