rxjs-docs
rxjs-docs copied to clipboard
docs(operators): add documentation for toPromise
#133
Oh.... I will fix the commit message this afternoon. Also I have to change the relatedOperators, which were just copy pasted (hups :D)
Codecov Report
Merging #228 into master will not change coverage. The diff coverage is
n/a.
@@ Coverage Diff @@
## master #228 +/- ##
=======================================
Coverage 90.49% 90.49%
=======================================
Files 115 115
Lines 442 442
Branches 10 10
=======================================
Hits 400 400
Misses 40 40
Partials 2 2
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/operator-docs/utility/toPromise.ts | 100% <ø> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact),ø = not affected,? = missing dataPowered by Codecov. Last update 3dc2401...f37338b. Read the comment docs.
Please don't merge, I would like to add a tip for making use of asnyc await (regarding to #556)
@btroncone @sumitarora - Can you please review this ?