-
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
ERROR in No Pipe decorator found on TimeAgoPipe #22
Comments
I am having the same issue, without fix. |
i too am having issue |
Same issue, any ideas? |
same issue |
Issue still persists. |
Got this issue when upgrading to angular 6 |
Same issue. EDIT: Workaround for me was to just copy the source code and to create the file in my project. |
same issue |
+1 |
same issue. maybe this will help, but this is for older version of this lib. |
+1 |
Same for me |
Same error. |
same issue. |
1 similar comment
same issue. |
Same issue with Angular 6.1.10 |
same issue |
Same here :( |
yes
[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
21/01/19
à 22:33:25
Le lun. 21 janv. 2019 à 19:12, Cruft King <[email protected]> a
écrit :
… Same here :(
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#22 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ARIk3R49t3esDLbNXgXL-leXv8hTS9Xlks5vFgMcgaJpZM4Tzoy4>
.
|
Same issue. I suggest everyone ngx-timeago it's better, I found my solution with this one |
What is the fix ? |
You can fix this by adding the missing decorator, add this line:
above the export line in the module source code, time-ago.pipe.d.ts |
Still seeing this issue with Ang 8, and the above didn't work for me. |
I also faced this issue and fixed by @JonesM87's suggestion. |
still seeing this cant find a workaround. ng serve - always works, but a save to any source file when it recompiles and I get the error. strangely, only started happening after I inadvertently upgraded to Angular 9 and then had to uninstall and go back to angular 8. |
Same issue here. I upgraded to Angular 9 yesterday and am getting this error on my local development web server (http://localhost:4200) ... I can run "ng serve" but if I change a file and it recompiles in response to me pressing "save" in my editor, this error appears: In order to get going again, I have to kill the process and do a "ng serve" again, which takes a while. I'm probably going to have to comment out TimeAgo code for now until a fix is found. Luckily it's not referenced a whole lot, but would love to be able to reimplement it. |
same issue here, ng serve works fine, but on any change in any file, upon recompilation, this error throws back. Any solution ? |
Hey guys certainly not best solution but it's work fine. Rewrite pipe class and export it.
and in app.module.ts
finally replace TimeAgo pipe module by yours. |
I've got the aforementioned error when running
ng serve --aot
Angular version is 5.1.1.
No error when serving with just
ng serve
The text was updated successfully, but these errors were encountered: