> For the complete documentation index, see [llms.txt](https://guide-angular.wishtack.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://guide-angular.wishtack.io/angular/observables/quelques-liens.md).

# Quelques Liens

## API Documentation

<http://reactivex.io/rxjs/>

## RxMarbles

<http://rxmarbles.com/>

{% embed url="<http://rxmarbles.com/>" %}

## Quels opérateurs utiliser en fonction du besoin

<https://rxjs-dev.firebaseapp.com/operator-decision-tree>

{% embed url="<https://rxjs-dev.firebaseapp.com/operator-decision-tree>" %}
RxJS Operator Decision Tree
{% endembed %}

<https://xgrommx.github.io/rx-book/content/which_operator_do_i_use/instance_operators.html>

{% embed url="<https://xgrommx.github.io/rx-book/content/which_operator_do_i_use/instance_operators.html>" %}

## RxJS Subscribe vs `async` pipe

<https://blog.angularindepth.com/angular-question-rxjs-subscribe-vs-async-pipe-in-component-templates-c956c8c0c794>

{% embed url="<https://blog.angularindepth.com/angular-question-rxjs-subscribe-vs-async-pipe-in-component-templates-c956c8c0c794>" %}

## RxJS Playground

<https://observable-playground.github.io>

{% embed url="<https://observable-playground.github.io>" %}
