Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ryan-gordon/seconds-to-human-time-pipe
A custom Pipe for Angular 2 which when used takes in an amount of seconds and returns a string formatted with hours, minutes and seconds depending on how many seconds.
https://github.com/ryan-gordon/seconds-to-human-time-pipe
angular humanizer ionic2 pipe time
Last synced: 25 days ago
JSON representation
A custom Pipe for Angular 2 which when used takes in an amount of seconds and returns a string formatted with hours, minutes and seconds depending on how many seconds.
- Host: GitHub
- URL: https://github.com/ryan-gordon/seconds-to-human-time-pipe
- Owner: Ryan-Gordon
- License: gpl-3.0
- Created: 2017-02-17T15:07:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-17T20:36:53.000Z (over 7 years ago)
- Last Synced: 2024-06-12T02:22:18.955Z (5 months ago)
- Topics: angular, humanizer, ionic2, pipe, time
- Language: TypeScript
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# seconds-to-human-time-pipe
A custom Pipe for Angular 2 which when used takes in an amount of seconds and returns a string formatted with hours, minutes and seconds depending on how many seconds.