joanllenas / ngx-date-fns

⏳ date-fns pipes for Angular
163 stars 14 forks source link

fix(pipes): Allowed `0` dates in pipes #280

Closed joanllenas closed 4 years ago

joanllenas commented 4 years ago

Previously providing 0 to a date pipe would throw because 0 was being resolved to false in an internal check. Now this is allowed.

277