-
Notifications
You must be signed in to change notification settings - Fork 235
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
The pipe class has the Pipe decorator, so it should implement the PipeTransform interface #142
Comments
Would you share a code snippet? Using TypeScript 2.0.8 all the tests are passing for me. |
https://github.com/antonybudianto/angular-webpack-starter
|
Full error log
|
It seems problem related to TypeScript 2.1. Fixed by d49cc26. Should be on npm by the end of next week. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I'm upgrading to TypeScript 2.0.8, and then one rule breaks that told my pipe has the Pipe decorator (yes, it does), and should implement the PipeTransform interface (already does)
It didn't happen in 2.0.7.
Thank you
The text was updated successfully, but these errors were encountered: