Skip to content
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

chore(api): new output api #6677 #7450

Merged
merged 4 commits into from
Oct 9, 2017
Merged

Conversation

amcdnl
Copy link
Contributor

@amcdnl amcdnl commented Sep 30, 2017

Given all the back and forth on #7161, I decided to open a new clean PR with the changes. This PR does the following:

  • Adds opened event, deprecating open
  • Adds closed event, deprecating close
  • Adds openChange<boolean>

@amcdnl amcdnl self-assigned this Sep 30, 2017
@amcdnl amcdnl requested review from jelbourn and mmalerba September 30, 2017 20:41
@googlebot googlebot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Sep 30, 2017
@Output('opened')
get _openedStream(): Observable<void> {
return RxChain.from(this.openedChange)
.call(filter, o => o)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: indent continuation lines 4 spaces

(open)="open()"
(close)="close()">
(opened)="open()"
(closed)="close()">
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can we add a test for the [(opened)] syntax as well

@mmalerba mmalerba added pr: lgtm action: merge The PR is ready for merge by the caretaker labels Oct 1, 2017
@kara
Copy link
Contributor

kara commented Oct 5, 2017

@amcdnl Rebase?

@kara kara added pr: needs rebase and removed action: merge The PR is ready for merge by the caretaker labels Oct 5, 2017
@amcdnl
Copy link
Contributor Author

amcdnl commented Oct 5, 2017

@kara - done :)

@kara
Copy link
Contributor

kara commented Oct 6, 2017

One more time? :-)

@amcdnl
Copy link
Contributor Author

amcdnl commented Oct 9, 2017

@kara - done :L

@mmalerba mmalerba added action: merge The PR is ready for merge by the caretaker and removed pr: needs rebase labels Oct 9, 2017
@andrewseguin andrewseguin merged commit 004e0fe into angular:master Oct 9, 2017
@amcdnl amcdnl deleted the sidenav-6677 branch October 10, 2017 13:28
@angular-automatic-lock-bot
Copy link

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
action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants