X Tutup
Skip to content

fix(transformers): Fix @Input/@Output annotations with setters/getters#5259

Closed
TedSander wants to merge 1 commit intoangular:masterfrom
TedSander:AnnotationTransformerFix
Closed

fix(transformers): Fix @Input/@Output annotations with setters/getters#5259
TedSander wants to merge 1 commit intoangular:masterfrom
TedSander:AnnotationTransformerFix

Conversation

@TedSander
Copy link
Copy Markdown
Contributor

Fix @input annotations to work with setter methods in dart, and fix @output
annotations to work with getter methods in Dart when using transformers.

@TedSander
Copy link
Copy Markdown
Contributor Author

Closes #5251
Ready for review @vsavkin

@TedSander TedSander added the action: review The PR is still awaiting reviews from at least one requested reviewer label Nov 12, 2015
Fix @input annotations to work with setter methods in dart, and fix @output
annotations to work with getter methods in Dart when using transformers.

Closes angular#5251
@TedSander TedSander force-pushed the AnnotationTransformerFix branch from 51af417 to 1a44b71 Compare November 12, 2015 21:39
@vsavkin vsavkin added pr_state: LGTM action: merge The PR is ready for merge by the caretaker labels Nov 13, 2015
@mary-poppins
Copy link
Copy Markdown

Merging PR #5259 on behalf of @vsavkin to branch presubmit-vsavkin-pr-5259.

@mary-poppins mary-poppins removed the action: merge The PR is ready for merge by the caretaker label Nov 13, 2015
@TedSander TedSander closed this Nov 13, 2015
@TedSander TedSander removed the action: review The PR is still awaiting reviews from at least one requested reviewer label Nov 13, 2015
TedSander added a commit that referenced this pull request Nov 13, 2015
Fix @input annotations to work with setter methods in dart, and fix @output
annotations to work with getter methods in Dart when using transformers.

Closes #5251

Closes #5259
@angular-automatic-lock-bot
Copy link
Copy Markdown

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.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup