We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
The following should work:
@Directive({ events: ['renamedEvent1 : event1', 'event2'] }) class MyDirective { renamedEvent1: EventEmitter = new EventEmitter(); event2: EventEmiter = new EventEmitter(); }
The text was updated successfully, but these errors were encountered:
feat(Events): allow a different local vs public name
4848416
closes angular#2272
7e99d94
29c72ab
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
The following should work:
The text was updated successfully, but these errors were encountered: