Skip to content

Commit e3d7385

Browse files
committed
Merge branch 'gh-pages' of https://github.com/devonfw-training/devon4ng-training into gh-pages
2 parents 56d8d18 + 50c5816 commit e3d7385

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

ng-signals/index.html

-7
Original file line numberDiff line numberDiff line change
@@ -269,13 +269,6 @@ <h3>Summary</h3>
269269
<li>Ideal for local state and UI updates.</li>
270270
<li>Performance optimization through selective view updates.</li>
271271
<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-
<li>
277-
<strong>toSignal(count$)</strong> subscribes to the Observable immediately.
278-
</li>
279272
</ul>
280273
</section>
281274
<section id="examples" data-visibility="uncounted"><h2>Live Code Examples</h2>

0 commit comments

Comments
 (0)