Closed pawel-stuczynski-eye closed 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.
{{ dateTest | date:'short' }}
home.component
I got this error: The pipe 'date' could not be found
The pipe 'date' could not be found
Hi. You need to import the @angular/common module to work with the date pipe.
@angular/common
date
Hello, I created project using this template and trying to use:
{{ dateTest | date:'short' }}
inhome.component
- that's all, nothing else added.I got this error:
The pipe 'date' could not be found