DevExpress / devextreme-angular-template

Responsive Application Layout Templates​ based on DevExtreme Angular Components
https://js.devexpress.com/
MIT License
119 stars 48 forks source link

`date` pipe not working #121

Closed pawel-stuczynski-eye closed 4 years ago

pawel-stuczynski-eye commented 4 years ago

Hello, I created project using this template and trying to use: {{ dateTest | date:'short' }} in home.component - that's all, nothing else added.

I got this error: The pipe 'date' could not be found

nightskylark commented 4 years ago

Hi. You need to import the @angular/common module to work with the date pipe.