FR: use-output-decorator #829
rafaelss95
started this conversation in
New Rule Proposals
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description and reproduction of the issue
Currently if we have an
EventEmitter
without@Output()
it doesn't work as expected (sometimes we just forget to annotate the properties 😄 ).The rule should find
EventEmitter
occurrences without@Output
decorator and fix it.Reproduction:
https://stackblitz.com/edit/angular-ivy-xsxvax
Beta Was this translation helpful? Give feedback.
All reactions