Closed breslavsky closed 4 years ago
That will be nice! Wanna it)
That's nice, until now this library has been strictly a one to one conversion from date-fns to Angular pipes, but I like the idea of opening a new utilities section to add more value. This could be the first of many :)
This weekend I'll work on all pending proposals. Thanks!
Thanks a lot for your job and reactive feedback ;-)
We included your library to our open source UI kit for angular. In 1 month we are preparing release and sure, will be a special section about ngx date fns
how to configure locales.
I will share the link you soon ;-)
This is available on v6.1.0. See: https://github.com/joanllenas/ngx-date-fns/releases/tag/v6.1.0 Closing
Please check my suggestion for pipe
<div>{{0 | dfnsWeekdayName:weekdayName.short}}</div>
The pipe will be useful to create calendars as we should write weekdays names based on current locale.