ReactiveX / rxjs-docs

The home for new work on the new RxJS docs (RxJS v 5 and up). New to this space? Say hi here: https://github.com/ReactiveX/rxjs-docs/issues/24. Want to find out what's up? We're chatting here. https://github.com/ReactiveX/rxjs-docs/issues/4
Apache License 2.0
161 stars 63 forks source link

docs(operators): add documentation for expand #298

Closed Reza88 closed 6 years ago

Reza88 commented 6 years ago

Add initial version of documentation for transformation operator 'expand' closes #115 stackblitz: https://stackblitz.com/edit/reactive-expand

codecov-io commented 6 years ago

Codecov Report

Merging #298 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #298   +/-   ##
=======================================
  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/transformation/expand.ts 100% <ø> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a22df95...502fc0c. Read the comment docs.

niklas-wortmann commented 6 years ago

@ashwin-sureshkumar I think your requested changes are implemented. Could you take another look at this one. Thank you!