-
Notifications
You must be signed in to change notification settings - Fork 61
docs (Operator): add documentation for operator switchMap #174
Conversation
Codecov Report
@@ Coverage Diff @@
## master #174 +/- ##
=======================================
Coverage 74.49% 74.49%
=======================================
Files 10 10
Lines 149 149
Branches 7 7
=======================================
Hits 111 111
Misses 38 38
Continue to review full report at Codecov.
|
|
thx @mustafamg ! |
| { | ||
| name: 'Rerun an interval Observable on every click even', | ||
| code: ` | ||
| var clicks = Rx.Observable.fromEvent(document, 'click'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@mustafamg please use const to maintain consistency of an incoming PR from @btroncone
|
thx for this @mustafamg ! |
|
@mustafamg Thank you. Could you please update the commit message to follow guidelines.
Please rebase as well. |
|
I am not expert with git stuff, @ashwin-sureshkumar Would you please advice how to rebase? |
|
@mustafamg - Just incase for your reference. Please follow below steps, I am being very explicit ignore if you have already done lot of these. The above should two remote addresses If you have only Then perform below steps |
|
Many thanks, @ashwin-sureshkumar for the reply, it helped me do it. Thanks :) |
|
Any advice how to amend old commits' messages. Should I use rebase + reword for the commits? |
9d201a0 to
eee72d8
Compare
eee72d8 to
60dac02
Compare
|
thanks so much @ashwin-sureshkumar for this! @mustafamg sorry it took a second! holidays! |
Closes #123