-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doesn't work with angular 9 version #33
Comments
Same problem with Angular 9. |
@AndrewPoyntz did you plan to maintain this lib/repository? |
same problem |
+1 @Fomin2402 @Nasun4o @wisdomrider CC: @AndrewPoyntz |
+1 |
Setting Pipe.pure to "true" and I was confirm it works as expected roughly. |
How would you do that? |
Does not work with Angular 9. Do you have any suggestions? |
|
Follow the method provided by @Fomin2402 . Steps
|
Hello, I have the same issue but using @Fomin2402 code raise an error:
|
Hello everyone and thanks for your answers. |
Seems to be the same issue with JsonPipe. |
It does work in Angular 9 with one little modification:
Note that you have to implement PipeTransform in order to not get compilation error on |
Hi! the code looks fine, but I still got errors upon compilation :( EDIT: I got it just by converting my date to string :/ |
please tell me how to convert date to string |
I'm getting this with Angular 10 (in Ionic). Fine until I run a prod build.
EDIT: |
@Fomin2402 Hello, can you please share with us which is the error you got ? to know if this issue concerns my problem too or not . thank you in advance |
Slight modification to allow dates:
|
I have an error in console, when try to import TimeAgoPipe and add to module declarations.
So, little "crutch" like that solved my problem
The text was updated successfully, but these errors were encountered: