We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 56d8d18 + 50c5816 commit e3d7385Copy full SHA for e3d7385
ng-signals/index.html
@@ -269,13 +269,6 @@ <h3>Summary</h3>
269
<li>Ideal for local state and UI updates.</li>
270
<li>Performance optimization through selective view updates.</li>
271
<li>Not fully matured for complex asynchronous operations.</li>
272
- <li>
273
- Signals can be exposed as an Observable with
274
- <strong>toObservable(count)</strong>.
275
- </li>
276
277
- <strong>toSignal(count$)</strong> subscribes to the Observable immediately.
278
279
</ul>
280
</section>
281
<section id="examples" data-visibility="uncounted"><h2>Live Code Examples</h2>
0 commit comments