-
Notifications
You must be signed in to change notification settings - Fork 61
docs(operators): add documentation for partition #224
Conversation
Codecov Report
@@ Coverage Diff @@
## master #224 +/- ##
=======================================
Coverage 77.14% 77.14%
=======================================
Files 15 15
Lines 175 175
Branches 7 7
=======================================
Hits 135 135
Misses 40 40Continue to review full report at Codecov.
|
niklas-wortmann
left a comment
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.
Except the little syntax error, everything looks really great to me!
| name: 'partition', | ||
| operatorType: 'transformation', | ||
| signature: | ||
| 'public partition(predicate: function(value: T, index: number): boolean, thisArg: any): [Observable<T>, Observable<T>', |
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.
here is a little syntax error. At the end, there is a missing ]
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.
hmm i see...
niklas-wortmann
left a comment
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.
LGTM
|
@hardikpthv - Could please rebase with master |
|
thank you for merging this @ashwin-sureshkumar! and thx @hardikpthv for the PR! amaze! :) |
Closes: #120