btroncone / learn-rxjs

Clear examples, explanations, and resources for RxJS

Home Page:https://www.learnrxjs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding Documentation for `ajax` operator

paschalidi opened this issue · comments

Love what you are doing here 🥇 Documentation really helped me when I started with Rxjs and still does 👍

I have the feeling, and please correct me if I am wrong, that ajax operator is missing.
Can be found here.

I am happy to help you add it. Please let me know if you need any help or if there is a reason that this is not added that I didnt know.

Thanks! Yep that was just overlooked but I agree, it’s very useful and definitely should be added. If you don’t mind submitting a PR that would be amazing!

@btroncone if you dont mind assigning this to me that would be great. Then I can take care of it :)

Done :)

@btroncone in which category of would you have ajax under?
the import is like

import { ajax } from 'rxjs/ajax';

Not sure where we want this to live.

I would put it under ‘creation’, thanks!

thanks for the quick response!

@btroncone can you please close this one if you feel that is complete?