-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Decorated method can't resolve design:paramtypes #17080
Comments
Same issue here. |
my workaround looks like this from: also, i think https://github.com/angular/angular/issues/35380 relates to the same issue: |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
🐞 bug report
Affected Package
Actually, I don't know about affected packages, maybe it's compiler ?
Is this a regression?
Yes, the previous version in which this bug was not present was: Angular 8
Description
So, I use a package decko, it's just decorators.
I bound my methods and they can't work now
🔬 Minimal Reproduction
🔥 Exception or Error
🌍 Your Environment
Angular Version:
It resolved if i remove
@bind()
and use arrow function.The text was updated successfully, but these errors were encountered: