@filippodicostanzo wrote:
I use a simple data pipe in my html page:
this is the code
<div>{{item.validationdate | date }}</div>
and the error is this
ERROR TypeError: Cannot read property 'toLowerCase' of undefined
if i remove the pipe the result is this:
2017-06-28T00:00:00.000Z
How Can i resolve this issue without the custom pipe but using the pipe of angular?
Thanks
Posts: 1
Participants: 1