Skip to content

Commit b76f507

Browse files
committed
adding markdown version of operator decision tree
1 parent 9be2c3d commit b76f507

File tree

2 files changed

+646
-2
lines changed

2 files changed

+646
-2
lines changed

operators.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
</head>
4343
<body>
4444
<p>
45-
This tree can help you find the Observable operator you&#8217;re looking for. It is based on the RxJS tables (<a href="https://github.com/trxcllnt/RxJS/blob/master/doc/static-operators.md">static</a> and <a href="https://github.com/trxcllnt/RxJS/blob/master/doc/instance-operators.md">instance</a>) created by Paul Taylor.
45+
This tree can help you find the Observable operator you&#8217;re looking for.
4646
</p>
4747
<div>
4848
<dl id="outer">
@@ -650,7 +650,7 @@
650650
ⓜ: this operator is part of the optional <code>math</code> package<br />
651651
Ⓢ: a variant of this operator allows you to choose a particular Scheduler<br />
652652
</p><p>
653-
I have omitted parameter names from some methods where they are not necessary to distinguish variants of the method.
653+
I have omitted parameter names from some methods where they are not necessary to distinguish variants of the method. This page was inspired by the RxJS tables (<a href="https://github.com/trxcllnt/RxJS/blob/master/doc/static-operators.md">static</a> and <a href="https://github.com/trxcllnt/RxJS/blob/master/doc/instance-operators.md">instance</a>) created by Paul Taylor.
654654
</p>
655655
</body>
656656
</html>

0 commit comments

Comments
 (0)